[PATCH] D97501: [ARM] support symbolic expressions as branch target
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 16:49:31 PST 2021
nickdesaulniers added inline comments.
================
Comment at: llvm/test/MC/ARM/thumb2-b.w-target.s:10-11
+// llvm-objdump produced the following
+// CHECK: 0: ff f3 fc 97 b.w #16777208 <$t.0+0xfffffc>
+// CHECK-NEXT: 4: 00 f0 01 b8 b.w #2 <$t.0+0xa>
+1:
----------------
nickdesaulniers wrote:
> can you add whitespace after the `:` so this is slightly more readable?
ie. to align the columns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97501/new/
https://reviews.llvm.org/D97501
More information about the llvm-commits
mailing list