Skip to content

Commit 77af16b

Browse files
committed
Recommit "Remove incorrect comment around truncateAVX512SetCCNoBWI; NFC" (2nd Try)
No bug here, just needed to revert to revert 8bd0e94 which had a bug.
1 parent 9e9444c commit 77af16b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53902,8 +53902,6 @@ static SDValue combineVectorSizedSetCCEquality(SDNode *SetCC, SelectionDAG &DAG,
5390253902
/// If we have AVX512, but not BWI and this is a vXi16/vXi8 setcc, just
5390353903
/// pre-promote its result type since vXi1 vectors don't get promoted
5390453904
/// during type legalization.
53905-
/// NOTE: The element count check is to ignore operand types that need to
53906-
/// go through type promotion to a 128-bit vector.
5390753905
static SDValue truncateAVX512SetCCNoBWI(EVT VT, EVT OpVT, SDValue LHS,
5390853906
SDValue RHS, ISD::CondCode CC, SDLoc DL,
5390953907
SelectionDAG &DAG,

0 commit comments

Comments
 (0)