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

Austin Kerbow via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 09:19:40 PDT 2025


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

The else case is tested in lds-dma-waitcnt.mir already.

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


More information about the llvm-commits mailing list