Skip to content

Commit 83d9b7b

Browse files
committed
remove isVector check in fillUpExtensionSupportForSplat
1 parent 55963c4 commit 83d9b7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13792,9 +13792,6 @@ struct NodeExtensionHelper {
1379213792
assert((Opc == ISD::SPLAT_VECTOR || Opc == RISCVISD::VMV_V_X_VL) &&
1379313793
"Unexpected Opcode");
1379413794

13795-
if (Opc == ISD::SPLAT_VECTOR && !VT.isVector())
13796-
return;
13797-
1379813795
// The pasthru must be undef for tail agnostic.
1379913796
if (Opc == RISCVISD::VMV_V_X_VL && !OrigOperand.getOperand(0).isUndef())
1380013797
return;

0 commit comments

Comments
 (0)