[clang] [Clang] Fix clang to emit llvm-ir for fadd/fsub atomics (PR #162679)

Amina Chabane via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 22 05:51:42 PDT 2025


================
@@ -0,0 +1,61 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
+// RUN: %clang_cc1 %s -emit-llvm -o - -triple=aarch64-linux-gnu | FileCheck %s --check-prefix=CHECK-LLVM
+
+_Atomic(float) f;
----------------
Amichaxx wrote:

Done, thanks.

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


More information about the cfe-commits mailing list