Melanie Blower
827be690dc
[clang] FastMathFlags.allowContract should be initialized only from FPFeatures.allowFPContractAcrossStatement
...
Summary: Fix bug introduced in D72841 adding support for pragma float_control
Reviewers: rjmccall, Anastasia
Differential Revision: https://reviews.llvm.org/D79903
2020-05-20 06:19:10 -07:00
Melanie Blower
f5360d4bb3
Reapply "Add support for #pragma float_control" with buildbot fixes
...
Add support for #pragma float_control
Reviewers: rjmccall, erichkeane, sepavloff
Differential Revision: https://reviews.llvm.org/D72841
This reverts commit fce82c0ed3
.
2020-05-04 05:51:25 -07:00
Melanie Blower
fce82c0ed3
Revert "Reapply "Add support for #pragma float_control" with improvements to"
...
This reverts commit 69aacaf699
.
2020-05-01 10:31:09 -07:00
Melanie Blower
69aacaf699
Reapply "Add support for #pragma float_control" with improvements to
...
test cases
Add support for #pragma float_control
Reviewers: rjmccall, erichkeane, sepavloff
Differential Revision: https://reviews.llvm.org/D72841
This reverts commit 85dc033cac
, and makes
corrections to the test cases that failed on buildbots.
2020-05-01 10:03:30 -07:00
Melanie Blower
85dc033cac
Revert "Add support for #pragma float_control"
...
This reverts commit 4f1e9a17e9
.
due to fail on buildbot, sorry for the noise
2020-05-01 06:36:58 -07:00
Melanie Blower
4f1e9a17e9
Add support for #pragma float_control
...
Reviewers: rjmccall, erichkeane, sepavloff
Differential Revision: https://reviews.llvm.org/D72841
2020-05-01 06:14:24 -07:00
NAKAMURA Takumi
18fc445af5
FP_CONTRACT: Fix two tests for -Asserts.
...
llvm-svn: 165024
2012-10-02 16:36:54 +00:00
Lang Hames
5de91cc35f
Add FP_CONTRACT support for clang.
...
Clang will now honor the FP_CONTRACT pragma and emit LLVM
fmuladd intrinsics for expressions of the form A * B + C (when they occur in a
single statement).
llvm-svn: 164989
2012-10-02 04:45:10 +00:00
Peter Collingbourne
e91b2dbdf1
OpenCL: standardise naming of test cases
...
llvm-svn: 125590
2011-02-15 19:46:41 +00:00