[llvm-branch-commits] [AArch64][GlobalISel] Disable fixed-point iteration in all Combiners (PR #102167)
Tobias Stadler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 6 08:55:02 PDT 2024
================
@@ -88,7 +95,8 @@ body: |
%cmp2:_(s32) = G_ICMP intpred(sge), %cmp_lhs(s64), %add
$w0 = COPY %cmp2(s32)
- RET_ReallyLR implicit $w0
+ $w1 = COPY %cmp1(s32)
----------------
tobias-stadler wrote:
cmp1 was dead in the input IR, but according to the comment this seems unintended.
https://github.com/llvm/llvm-project/pull/102167
More information about the llvm-branch-commits
mailing list