[PATCH] D72341: [FPEnv] Fix chain handling for fpexcept.strict nodes
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 11 17:59:13 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:7077
+ default:
+ llvm_unreachable("Unknown exception behavior");
+ case fp::ExceptionBehavior::ebIgnore:
----------------
This is throwing a warning that the default is redundant in a fully covered switch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72341/new/
https://reviews.llvm.org/D72341
More information about the llvm-commits
mailing list