Skip to content

Commit dfe3c1f

Browse files
committed
fix format
1 parent 6fdc263 commit dfe3c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5570,6 +5570,8 @@ bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts,
55705570
case ISD::BUILD_PAIR:
55715571
case ISD::SPLAT_VECTOR:
55725572
case ISD::FABS:
5573+
return false;
5574+
55735575
case ISD::ABS:
55745576
// ISD::ABS defines abs(INT_MIN) -> INT_MIN and never generates poison.
55755577
// Different to Intrinsic::abs.

0 commit comments

Comments
 (0)