diff options
author | KAWASHIMA Takahiro <t-kawashima@fujitsu.com> | 2022-11-14 14:09:27 +0900 |
---|---|---|
committer | KAWASHIMA Takahiro <t-kawashima@fujitsu.com> | 2022-11-22 13:04:26 +0900 |
commit | 3a95d7d0983af26811e72d238d94f11c25f1851a (patch) | |
tree | 1efcc10562f520df546b602b8d93d3acf90af0b2 /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | f99514ac3a6fbf8af619f45a93a22c81bb7f9e22 (diff) | |
download | llvm-3a95d7d0983af26811e72d238d94f11c25f1851a.zip llvm-3a95d7d0983af26811e72d238d94f11c25f1851a.tar.gz llvm-3a95d7d0983af26811e72d238d94f11c25f1851a.tar.bz2 |
[clang] Fix -fp-model={strict|precise} to disable -fapprox-func
`-fapprox-func` should be disabled by `-fp-model={strict|precise}`,
as well as other fast-math flags. See the last changes in
`clang/test/Driver/fp-model.c`.
Probably this route (`case options::OPT_ffp_model_EQ`) was forgot
to update in D106191 and D114564. There is no appropriate reason not
to disable the flag.
This commit also updates other regression tests, which are not directly
related to this bug, for consistency with other fast-math flags.
Differential Revision: https://reviews.llvm.org/D138109
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions