Skip to content

Commit d550870

Browse files
committed
clang-format
1 parent 8f75db7 commit d550870

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ static std::optional<unsigned> getOperandLog2EEW(const MachineOperand &MO) {
843843
static 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

0 commit comments

Comments
 (0)