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

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 05:03:06 PDT 2026


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

If remove -O1, the testcase will pass!

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


More information about the llvm-commits mailing list