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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 13 02:48:52 PDT 2026


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

It probably doesn't matter in this narrow case, but the realistic situation requires the RA filter function for SGPR/WWM/VGPR. Just using -run-pass=greedy runs the regular pass with no filter 

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


More information about the llvm-branch-commits mailing list