[clang] [Clang][AMDGPU] Add builtins for some buffer resource atomics (PR #149216)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 18 09:37:10 PDT 2025
================
@@ -0,0 +1,24 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-feature +atomic-fmin-fmax-global-f32 -target-feature +atomic-fmin-fmax-global-f64 -emit-llvm -o - %s | FileCheck %s
----------------
zGoldthorpe wrote:
These features don't seem to be enabled automatically by any target cpus.
https://github.com/llvm/llvm-project/pull/149216
More information about the cfe-commits
mailing list