[clang] [clang][CodeGen] Propagate pragma set fast-math flags to floating point builtins (PR #90377)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 11:33:40 PDT 2024
================
@@ -0,0 +1,28 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -O3 -emit-llvm -o - %s \
----------------
zahiraam wrote:
There is no need to use -O3 here to prove what you want, I think.
https://github.com/llvm/llvm-project/pull/90377
More information about the cfe-commits
mailing list