[llvm] Split vgpr regalloc pipeline (PR #93526)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 12:31:01 PDT 2024


================
@@ -1555,6 +1555,17 @@ void SIFrameLowering::determinePrologEpilogSGPRSaves(
   }
 }
 
+// Mark all WWM VGPRs as BB LiveIns.
+static void addWwmRegBBLiveIn(MachineFunction &MF) {
----------------
arsenm wrote:

If the registers are reserved, they don't need to be made live in. It's one or the other 

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


More information about the llvm-commits mailing list