Remove incorrect comment around `truncateAVX512SetCCNoBWI`; NFC
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 15 Feb 2023 01:12:27 +0000 (19:12 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 15 Feb 2023 01:14:38 +0000 (19:14 -0600)
Differential Revision: https://reviews.llvm.org/D144060

llvm/lib/Target/X86/X86ISelLowering.cpp

index 25054b7..b06d9a3 100644 (file)
@@ -53900,8 +53900,6 @@ static SDValue combineVectorSizedSetCCEquality(SDNode *SetCC, SelectionDAG &DAG,
 /// If we have AVX512, but not BWI and this is a vXi16/vXi8 setcc, just
 /// pre-promote its result type since vXi1 vectors don't get promoted
 /// during type legalization.
-/// NOTE: The element count check is to ignore operand types that need to
-/// go through type promotion to a 128-bit vector.
 static SDValue truncateAVX512SetCCNoBWI(EVT VT, EVT OpVT, SDValue LHS,
                                         SDValue RHS, ISD::CondCode CC, SDLoc DL,
                                         SelectionDAG &DAG,