[PATCH] D143180: DAG: Expand legalization of is.fpclass to fcmp for DAZ
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 07:46:20 PDT 2023
sepavloff added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:8060
if (Flags.hasNoFPExcept() &&
+ // TODO: Should check isCondCodeLegal
isOperationLegalOrCustom(ISD::SETCC, OperandVT.getScalarType())) {
----------------
What prevents to put the check here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143180/new/
https://reviews.llvm.org/D143180
More information about the llvm-commits
mailing list