[PATCH] D23501: Correct the upper bound for a CBZ/CBNZ branch target.
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 08:50:02 PDT 2016
olista01 added inline comments.
================
Comment at: test/MC/ARM/thumb-cb-negative-offsets.s:27
@@ +26,3 @@
+
+@ Should be within range
+ cbnz r0, label3
----------------
This test won't fail if an error is emitted for this instruction. You'll need a CHECK-NOT line to ensure that no further diagnostics are emitted.
https://reviews.llvm.org/D23501
More information about the llvm-commits
mailing list