[PATCH] D72841: Add support for pragma float_control, to control precision and exception behavior at the source level
Melanie Blower via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 12:26:11 PDT 2020
mibintc added a comment.
I posted a patch to fix the bug reported by @uabelho here https://reviews.llvm.org/D79510
@rjmccall I used check-clang and check-all on D71841 <https://reviews.llvm.org/D71841> from my linux x86-64 server before submitting, and the testing was clear. Maybe your branch has some calls to create BinaryOperator that isn't passing FPFeatures with the correct value--related to D76384 <https://reviews.llvm.org/D76384>. My sandbox is showing this
%add = fadd nsz float %0, %1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72841/new/
https://reviews.llvm.org/D72841
More information about the llvm-commits
mailing list