[clang-tools-extra] [llvm] [lldb] [libcxx] [compiler-rt] [libc] [flang] [clang] [lld] [AMDGPU] Use alias info to relax waitcounts for LDS DMA (PR #74537)

Jay Foad via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 13 07:12:23 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
----------------
jayfoad wrote:

> --check-prefixeses

That's what happens when you enable `M-x gollum-mode` in Emacs.

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


More information about the cfe-commits mailing list