[PATCH] D71897: [X86] Adding fp128 support for strict fcmp
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 26 08:33:38 PST 2019
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:295
+ SDValue &Chain,
+ bool IsSignaling) const {
assert((VT == MVT::f32 || VT == MVT::f64 || VT == MVT::f128 || VT == MVT::ppcf128)
----------------
How are you handling the fact that the available libcalls don’t cover all the signaling behaviors? You don’t seem to be using the IsSignalling parameter?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71897/new/
https://reviews.llvm.org/D71897
More information about the llvm-commits
mailing list