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

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 9 21:55:53 PST 2023


================
@@ -0,0 +1,154 @@
+; RUN: llc -march=amdgcn -mcpu=gfx900 < %s | FileCheck %s --check-prefixeses=GCN,GFX9
+; RUN: llc -march=amdgcn -mcpu=gfx1030 < %s | FileCheck %s --check-prefixeses=GCN,GFX10
----------------
searlmc1 wrote:

--check-prefixeses  -> --check-prefixes

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


More information about the llvm-commits mailing list