Skip to content

Commit 5b4abbd

Browse files
Update NVPTXISelLowering.cpp
1 parent d72e711 commit 5b4abbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,6 @@ NVPTXTargetLowering::getPreferredVectorAction(MVT VT) const {
13371337
if (!VT.isScalableVector() && VT.getVectorNumElements() != 1 &&
13381338
VT.getScalarType() == MVT::i1)
13391339
return TypeSplitVector;
1340-
if (Isv2x16VT(VT))
1341-
return TypeLegal;
13421340
return TargetLoweringBase::getPreferredVectorAction(VT);
13431341
}
13441342

0 commit comments

Comments
 (0)