Skip to content

Commit b9357d2

Browse files
committed
fixup! [RISCV] Add XSfmm pseudo instruction and vset* insertion support
1 parent fd3c5d4 commit b9357d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,6 @@ RISCVInsertVSETVLI::computeInfoForInstr(const MachineInstr &MI) const {
10671067
assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW");
10681068

10691069
if (RISCVII::hasTWidenOp(TSFlags)) {
1070-
assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW");
1071-
10721070
const MachineOperand &TWidenOp =
10731071
MI.getOperand(MI.getNumExplicitOperands() - 1);
10741072
unsigned TWiden = TWidenOp.getImm();

0 commit comments

Comments
 (0)