[llvm] [NFC][AMDGPU] Move image-atomic-attributes test to test/Assembler. (PR #76917)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 01:22:51 PST 2024


================
@@ -0,0 +1,191 @@
+; RUN: opt -S -mtriple=amdgcn-unknown-unknown < %s | FileCheck -check-prefixes=CHECK %s
----------------
arsenm wrote:

-check-prefixes=CHECK is the same as the default, can just drop it 

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


More information about the llvm-commits mailing list