[llvm-branch-commits] [llvm] [AMDGPU][test] Use mir test for regalloc issue (PR #197363)

Quentin Colombet via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 12 08:38:52 PDT 2026


================
@@ -0,0 +1,71 @@
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=greedy -verify-regalloc -o - %s | FileCheck %s
----------------
qcolombet wrote:

Used the new PM flag and checked it was still failing if I remove the related inline spiller fix.

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


More information about the llvm-branch-commits mailing list