[llvm] AMDGPU: Fix assert when multi operands to update after folding imm (PR #148205)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 06:38:55 PDT 2025
================
@@ -0,0 +1,127 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn-amd-hsa -mcpu=gfx1031 -run-pass=si-fold-operands -o - %s | FileCheck %s
+--- |
----------------
jayfoad wrote:
Now that the MIR does not refer to `@global`, you do not need the IR section at all.
https://github.com/llvm/llvm-project/pull/148205
More information about the llvm-commits
mailing list