[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:53:20 PDT 2024


================
@@ -9,6 +9,8 @@ body:             |
   bb.1:
     ; CHECK-LABEL: name: crash_fn
     ; CHECK: [[C:%[0-9]+]]:_(p0) = G_CONSTANT i64 0
+    ; CHECK-NEXT: [[C1:%[0-9]+]]:_(s32) = G_CONSTANT i32 0
+    ; CHECK-NEXT: [[C2:%[0-9]+]]:_(s1) = G_CONSTANT i1 false
----------------
tobias-stadler wrote:

These are dead in the input IR, which doesn't happen inside the CodeGen pipeline.

https://github.com/llvm/llvm-project/pull/102167


More information about the llvm-branch-commits mailing list