[PATCH] D72841: Add support for pragma float_control, to control precision and exception behavior at the source level
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 11 12:56:12 PDT 2020
mibintc added a comment.
In D72841#2029821 <https://reviews.llvm.org/D72841#2029821>, @plotfi wrote:
> @ab @rjmccall @mibintc Posted D79730 <https://reviews.llvm.org/D79730> for consideration.
> @mibintc can you produce a version of _this_ diff that works with D79730 <https://reviews.llvm.org/D79730> applied. Currently the following fail, as they do on Apple Master:
@rjmccall accepted the proposed patch https://reviews.llvm.org/D79735, so I pushed that. I also tried your patch and the 3 CodeGen tests pass but the diagnostics-order.c test fails
>
>
> Failing Tests (4):
> Clang :: CodeGen/finite-math.c
> Clang :: CodeGen/fp-floatcontrol-stack.cpp
> Clang :: CodeGenOpenCL/relaxed-fpmath.cl
> Clang :: Frontend/diagnostics-order.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72841/new/
https://reviews.llvm.org/D72841
More information about the cfe-commits
mailing list