[clang] [compiler-rt] [llvm] [clang] builtins for atomicrmw fminmax/_num (PR #187139)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 17:13:09 PDT 2026


================
@@ -0,0 +1,404 @@
+// RUN: %clang %s -O2 -o %t && %t
----------------
gonzalobg wrote:

Would it be safer to just leave this test out of this PR for now?
I'd prefer to not break CI as part of this PR.

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


More information about the cfe-commits mailing list