Skip to content

Commit c340021

Browse files
fixup! don't do vsm
1 parent 30272d0 commit c340021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ static OperandInfo getOperandInfo(const MachineInstr &MI,
252252
// Vector Strided Instructions
253253
/// Dest EEW encoded in the instruction and EMUL=(EEW/SEW)*LMUL
254254
case RISCV::VSE8_V:
255-
case RISCV::VSM_V:
256255
case RISCV::VSSE8_V:
257256
return OperandInfo(RISCVVType::getEMULEqualsEEWDivSEWTimesLMUL(3, MI), 3);
258257
case RISCV::VSE16_V:

0 commit comments

Comments
 (0)