[PATCH] D97568: [ARM] support symbolic expressions as branch target in b.w

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 14:59:59 PST 2021


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:7954
+    ARMOperand &Operand = static_cast<ARMOperand &>(*Operands[op]);
+    // Delay the checks of symbolic expressions until they are resolved
+    if (!isa<MCBinaryExpr>(Operand.getImm()) &&
----------------
Add a period after a complete sentence.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97568/new/

https://reviews.llvm.org/D97568



More information about the llvm-commits mailing list