[llvm] [AMDGPU] Set SGPR spill stack IDs when creating spill slots (PR #197628)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 23:22:03 PDT 2026


================
@@ -0,0 +1,62 @@
+; RUN: llc -O1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -verify-machineinstrs -o - %s > /dev/null
----------------
arsenm wrote:

```suggestion
; RUN: llc -O1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a < %s | FileCheck %s
```

Should generate checks. Also drop -O1 if possible 

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


More information about the llvm-commits mailing list