llvm-project
9297af1c - MCExpr: Simplify and optimize equated symbol evaluation

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
Parents
Loading