[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
Tue Apr 30 07:25:02 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:
You don't need to put every // CHECK line. Since we are interested only in the flag associated with the calls to the builtins you can just put those line.
https://github.com/llvm/llvm-project/pull/90377
More information about the cfe-commits
mailing list