[llvm-branch-commits] [llvm] Use register pair for PC spill (PR #169098)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 24 11:58:03 PST 2025


================
@@ -282,6 +290,18 @@ bool SILowerSGPRSpills::spillCalleeSavedRegs(
       }
     }
 
+    // Return address uses a register pair. Add the super register to the
----------------
arsenm wrote:

Should this really special case the return address? Could we compact the representation by emitting CFI for the largest possible tuple covering? 

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


More information about the llvm-branch-commits mailing list