[llvm] [AMDGPU] Use alias info to relax waitcounts for LDS DMA (PR #74537)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 00:35:30 PST 2023


================
@@ -292,6 +298,10 @@ class WaitcntBrackets {
     VgprVmemTypes[GprNo] = 0;
   }
 
+  const SmallVectorImpl<const MachineInstr *> &getLDSDMAStores() const {
----------------
arsenm wrote:

Can this return ArrayRef?

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


More information about the llvm-commits mailing list