[clang] [clang][CodeGen] Propagate pragma set fast-math flags to floating point builtins (PR #90377)

Karl-Johan Karlsson via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 30 06:07:24 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 \
----------------
karka228 wrote:

The only reason for using `-O3`  was to get rid of all the allocas, loads and stores in the output that didn't contributed to the test.

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


More information about the cfe-commits mailing list