[PATCH] D69411: [MC] Enhance parsing of .if conditions
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 06:51:05 PST 2019
peter.smith added a comment.
================
Comment at: llvm/lib/MC/MCExpr.cpp:593
+ FragA == FragB) {
+ Addend += (SA.getOffset() - SB.getOffset());
+ FinalizeFolding();
----------------
This might not be needed with D70062 as the !SA.isUnset() and !SB.isUnset() on line 568 will both evaluate true after it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69411/new/
https://reviews.llvm.org/D69411
More information about the llvm-commits
mailing list