[llvm] AMDGPU: Fix assert when multi operands to update after folding imm (PR #148205)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 10:42:06 PDT 2025


================
@@ -0,0 +1,58 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -O3 -mtriple=amdgcn-amd-hsa -mcpu=gfx1031 -o - < %s | FileCheck %s
----------------
macurtis-amd wrote:

Added mir test and removed ll test which I could not get to fail without -O3.
Is that good enough?
(My first mir test. Let me know what I go wrong)

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


More information about the llvm-commits mailing list