[llvm] AMDGPU: VALU data fast-forwarding needs no s_delay (PR #205481)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 08:22:00 PDT 2026


================
@@ -390,14 +596,29 @@ class AMDGPUInsertDelayAlu {
         State = DelayState();
       } else if (Type != OTHER) {
         DelayInfo Delay;
+        Register VccReg = AMDGPU::LaneMaskConstants::get(*ST).VccReg;
+        Register ExecReg = AMDGPU::LaneMaskConstants::get(*ST).ExecReg;
         // TODO: Scan implicit uses too?
----------------
jayfoad wrote:

Remove this comment

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


More information about the llvm-commits mailing list