diff options
author | Zahira Ammarguellat <zahira.ammarguellat@intel.com> | 2021-09-01 04:48:50 -0700 |
---|---|---|
committer | Zahira Ammarguellat <zahira.ammarguellat@intel.com> | 2021-09-01 04:48:50 -0700 |
commit | cec7c2b32ecfd38151822a6e01ec78afaf98bf9a (patch) | |
tree | ef681e8ff6978fd21b13830054d04721864d90c7 /llvm/lib/FileCheck/FileCheck.cpp | |
parent | f024a4818d7e2bd289cb4383dcafa15319e10bf8 (diff) | |
download | llvm-cec7c2b32ecfd38151822a6e01ec78afaf98bf9a.zip llvm-cec7c2b32ecfd38151822a6e01ec78afaf98bf9a.tar.gz llvm-cec7c2b32ecfd38151822a6e01ec78afaf98bf9a.tar.bz2 |
Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pragma float_control similarly"
The intent of this patch is to add support of -fp-model=[source|double|extended] to allow
the compiler to use a wider type for intermediate floating point calculations. As a side
effect to that, the value of FLT_EVAL_METHOD is changed according to the pragma
float_control.
Unfortunately some issue was uncovered with this change in preprocessing. See details in
https://reviews.llvm.org/D93769 . We are therefore reverting this patch until we find a way
to reconcile the value of FLT_EVAL_METHOD, the pragma and the -E flow.
This reverts commit 66ddac22e2a7f268e91c26d694112970dfa607ae.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions