[llvm] [DAG] SelectionDAG::canCreateUndefOrPoison - add ISD::FMA/FMAD + tests (PR #152187)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 02:30:05 PDT 2025
================
@@ -5622,6 +5622,8 @@ bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts,
case ISD::FDIV:
case ISD::FREM:
case ISD::FCOPYSIGN:
+ case ISD::FMA:
+ case ISD::FMAD:
----------------
RKSimon wrote:
Please can you fix the clang-format warning (trailing whitespace?)
https://github.com/llvm/llvm-project/pull/152187
More information about the llvm-commits
mailing list