[llvm] [AMDGPU] Relax lds dma waitcnt with no aliasing pair (PR #131842)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 01:27:43 PDT 2025


================
@@ -1748,7 +1753,7 @@ bool SIInsertWaitcnts::generateWaitcntInstBefore(MachineInstr &MI,
             }
           }
         }
-        if (!FoundAliasingStore)
+        if (!FoundAliasingStore && !RelaxLDSDMA)
----------------
Pierre-vh wrote:

Can you add a testcase for it too, please?

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


More information about the llvm-commits mailing list