[all-commits] [llvm/llvm-project] d26166: Fix the use of -fno-approx-func along with -Ofast ...
Masoud Ataei Jaliseh via All-commits
all-commits at lists.llvm.org
Wed Jan 19 08:06:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d261660af96d402689d025b4584e925869a9b413
https://github.com/llvm/llvm-project/commit/d261660af96d402689d025b4584e925869a9b413
Author: Masoud Ataei <msd.ataei at gmail.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/fast-math.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/arm-target-features.c
Log Message:
-----------
Fix the use of -fno-approx-func along with -Ofast or -ffast-math
Fix how -fapprox-func interact correctly with the other floating point options.
Reported bug Number 52565: https://bugs.llvm.org/show_bug.cgi?id=52565
Differential: https://reviews.llvm.org/D114564
Reviewer: @andrew.w.kaylor
More information about the All-commits
mailing list