llvm-project
9297af1c
- MCExpr: Simplify and optimize equated symbol evaluation
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
325 days ago
MCExpr: Simplify and optimize equated symbol evaluation Sym.isInSection() calls findAssociatedFragment, which traverses the expression tree. This can be replaced by calling evaluateAsRelocatableImpl first and then inspecting the MCValue result.
Author
MaskRay
Parents
0ba63b2f
Loading