[PATCH] D118044: [ARM] Undeprecate complex IT blocks
Mark Murray via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 07:24:34 PST 2022
MarkMurrayARM marked 2 inline comments as done.
MarkMurrayARM added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll:21
-; CHECK: bb.2.bb2:
+; CHECK: bb.1.bb:
; CHECK: successors: %bb.4(0x40000000), %bb.3(0x40000000)
----------------
dmgreen wrote:
> I think this should still be bb.2.bb2
If I do that the test fails. It's definitely like this in the generated code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118044/new/
https://reviews.llvm.org/D118044
More information about the llvm-commits
mailing list