[llvm] [AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (PR #127212)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 10:37:24 PST 2025


================
@@ -340,6 +366,7 @@ class AMDGPUInsertDelayAlu : public MachineFunctionPass {
     bool Changed = false;
     MachineInstr *LastDelayAlu = nullptr;
 
+    MCRegUnit lastSGPRfromVALU = 0;
----------------
nhaehnle wrote:

The F should be capitalized as well.

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


More information about the llvm-commits mailing list