[llvm] [Draft][AMDGPU] Rematerialize VGPR candidates when SGPR spills results in VGPR Excess (PR #168079)

Juan Manuel Martinez CaamaƱo via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 01:21:47 PST 2025


================
@@ -0,0 +1,266 @@
+; RUN: llc -O3 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1201 %s -o - | FileCheck %s
----------------
jmmartinez wrote:

I've been struggling to write a proper .mir test for this. Any suggestions are welcomed.

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


More information about the llvm-commits mailing list