[clang] [Clang][CodeGen] Optimised LLVM IR for atomic increments/decrements on floats (PR #89362)

Krishna Narayanan via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 20 00:17:57 PDT 2024


================
@@ -0,0 +1,64 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -target-cpu core2 %s -S -emit-llvm -o - | FileCheck %s
----------------
Krishna-13-cyber wrote:

Yes I added the test, I misinterpreted the earlier review.
Thanks!

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


More information about the cfe-commits mailing list