[PATCH] D81391: [RISC-V] Do not crash when using -ftrapping-math
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 02:48:08 PDT 2020
lenary added a comment.
You will need to rebase past D80952 <https://reviews.llvm.org/D80952>, which made constrained fp a target opt-in - though in all honesty, with that patch, this patch is less of a priority as the compiler will not crash any more.
I still don't know how we (the reviewers) should work out whether the lowering of the constrained fp operators is "correct" or not, which is what's holding up this patch anyway.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81391/new/
https://reviews.llvm.org/D81391
More information about the llvm-commits
mailing list