[llvm] [AMDGPU] Remove `nosync` from image atomic intrinsics. (PR #76814)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 23:26:50 PST 2024


================
@@ -0,0 +1,356 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-attributes --check-globals all --version 4
+; RUN: opt -S -mtriple=amdgcn-unknown-unknown < %s | FileCheck -check-prefixes=CHECK %s
----------------
sstipanovic wrote:

Attributes are checked at the end. Maybe that should be the only thing that is checked? I can remove the rest of the check lines in another PR. Sorry for the confusion.

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


More information about the llvm-commits mailing list