[llvm] [AMDGPU] Ensure non-reserved CSR spilled regs are live-in (PR #146427)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 06:06:49 PDT 2025


================
@@ -995,6 +996,12 @@ void SIFrameLowering::emitCSRSpillStores(
         }
       };
 
+  for (const auto &Reg : WWMScratchRegs) {
----------------
macurtis-amd wrote:

updated to use `make_first_range`

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


More information about the llvm-commits mailing list