[llvm] [AMDGPU] Relax lds dma waitcnt with no aliasing pair (PR #131842)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 02:51:33 PDT 2025
================
@@ -1768,13 +1767,12 @@ bool SIInsertWaitcnts::generateWaitcntInstBefore(MachineInstr &MI,
const auto &LDSDMAStores = ScoreBrackets.getLDSDMAStores();
for (unsigned I = 0, E = LDSDMAStores.size(); I != E; ++I) {
if (MI.mayAlias(AA, *LDSDMAStores[I], true)) {
----------------
jayfoad wrote:
Nit: don't need the braces
https://github.com/llvm/llvm-project/pull/131842
More information about the llvm-commits
mailing list