[llvm] [AMDGPU] Generate waterfall for calls with SGPR(inreg) argument (PR #146997)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 02:46:30 PDT 2025


================
@@ -143,6 +151,7 @@ class SIFixSGPRCopies {
   bool needToBeConvertedToVALU(V2SCopyInfo *I);
   void analyzeVGPRToSGPRCopy(MachineInstr *MI);
   void lowerVGPR2SGPRCopies(MachineFunction &MF);
+  void lowerPysicalSGPRInsts(MachineFunction &MF);
----------------
arsenm wrote:

```suggestion
  void lowerPhysicalSGPRInsts(MachineFunction &MF);
```

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


More information about the llvm-commits mailing list