[PATCH] D74436: Change clang option -ffp-model=precise to select ffp-contract=on
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 00:59:57 PST 2020
mstorsjo added a comment.
FYI this caused failed builds for aarch64 (when building with `-fno-signed-zeros`), hitting unreachable statements in TargetLowering::getNegatedExpression - see https://bugs.llvm.org/show_bug.cgi?id=44892. I guess that's a bug in the aarch64 backend and not with this change in itself, but it was only uncovered by this change...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74436/new/
https://reviews.llvm.org/D74436
More information about the cfe-commits
mailing list