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 d550870 commit dc0ca0eCopy full SHA for dc0ca0e
llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
@@ -844,7 +844,6 @@ static std::optional<OperandInfo> getOperandInfo(const MachineOperand &MO) {
844
const MachineInstr &MI = *MO.getParent();
845
const RISCVVPseudosTable::PseudoInfo *RVV =
846
RISCVVPseudosTable::getPseudoInfo(MI.getOpcode());
847
- MI.dump();
848
assert(RVV && "Could not find MI in PseudoTable");
849
850
std::optional<unsigned> Log2EEW = getOperandLog2EEW(MO);
0 commit comments