[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
================
@@ -0,0 +1,154 @@
+; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck %s --check-prefixeses=GCN,GFX9
+; RUN: llc -march=amdgcn -mcpu=gfx1030 -verify-machineinstrs < %s | FileCheck %s --check-prefixeses=GCN,GFX10
----------------
arsenm wrote:
probably should drop the -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/74537
More information about the llvm-commits
mailing list