[PATCH] D81733: GlobalISel: Don't fail translate on weak cmpxchg
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 08:38:15 PDT 2020
jfb added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll:1980
+; CHECK-NEXT: [[NEWVAL:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
+; CHECK: bb.2.repeat:
+; CHECK-NEXT: successors: %bb.3({{[^)]+}}), %bb.2({{[^)]+}})
----------------
Does this now contains two loops instead of just one?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81733/new/
https://reviews.llvm.org/D81733
More information about the llvm-commits
mailing list