We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3c5d4 commit b9357d2Copy full SHA for b9357d2
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -1067,8 +1067,6 @@ RISCVInsertVSETVLI::computeInfoForInstr(const MachineInstr &MI) const {
1067
assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW");
1068
1069
if (RISCVII::hasTWidenOp(TSFlags)) {
1070
- assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW");
1071
-
1072
const MachineOperand &TWidenOp =
1073
MI.getOperand(MI.getNumExplicitOperands() - 1);
1074
unsigned TWiden = TWidenOp.getImm();
0 commit comments