[PATCH] D61331: [SelectionDAG] remove constant folding limitations based on FP exceptions
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 17:43:44 PDT 2019
cameron.mcinally added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:4233
if (fs == APFloat::opOK || fs == APFloat::opInexact)
return getConstantFP(V, DL, VT);
break;
----------------
Happened to stumble across more of these exception checks. Just a heads up...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61331/new/
https://reviews.llvm.org/D61331
More information about the llvm-commits
mailing list