[PATCH] D72841: Add support for pragma float_control, to control precision and exception behavior at the source level
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 10:13:37 PDT 2020
rjmccall added a comment.
We're also seeing test failures in Apple's Clang fork, e.g.
test/CodeGen/finite-math.c:12:10: error: NSZ: expected string not found in input
// NSZ: fadd nsz
^
<stdin>:11:20: note: scanning from here
define void @foo() #0 {
^
<stdin>:15:9: note: possible intended match here
%add = fadd float %0, %1
^
I haven't checked yet whether we can reproduce upstream.
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