File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ static std::optional<unsigned> getOperandLog2EEW(const MachineOperand &MO) {
843843static std::optional<OperandInfo> getOperandInfo (const MachineOperand &MO) {
844844 const MachineInstr &MI = *MO.getParent ();
845845 const RISCVVPseudosTable::PseudoInfo *RVV =
846- RISCVVPseudosTable::getPseudoInfo (MI.getOpcode ());
846+ RISCVVPseudosTable::getPseudoInfo (MI.getOpcode ());
847847 MI.dump ();
848848 assert (RVV && " Could not find MI in PseudoTable" );
849849
@@ -1486,8 +1486,7 @@ static bool isSegmentedStoreInstr(const MachineInstr &MI) {
14861486 }
14871487}
14881488
1489- bool
1490- RISCVVLOptimizer::checkUsers (const MachineInstr &MI) const {
1489+ bool RISCVVLOptimizer::checkUsers (const MachineInstr &MI) const {
14911490 if (MI.isPHI () || MI.isFullCopy () || isTupleInsertInstr (MI))
14921491 return true ;
14931492
You can’t perform that action at this time.
0 commit comments