[llvm] [SDAG] Reverse the canonicalization of isInf/isNanOrInf (PR #81404)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 20:31:25 PST 2024
================
@@ -3467,12 +3467,51 @@ void SelectionDAGBuilder::visitICmp(const User &I) {
setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode));
}
+SDValue SelectionDAGBuilder::lowerIsFpClass(Value *ClassVal,
----------------
dtcxzyw wrote:
I will post an alternative later.
https://github.com/llvm/llvm-project/pull/81404
More information about the llvm-commits
mailing list