[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 \
+// RUN: | FileCheck -check-prefix=CHECK %s
+
----------------
zahiraam wrote:
How about adding a run line with `ffast-math` option?
https://github.com/llvm/llvm-project/pull/90377
More information about the cfe-commits
mailing list