Skip to content

Commit 1a5deaa

Browse files
committed
clang-format
1 parent b952dd6 commit 1a5deaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,6 @@ bool RISCVVLOptimizer::runOnMachineFunction(MachineFunction &MF) {
13501350

13511351
TII = ST.getInstrInfo();
13521352

1353-
13541353
// For each instruction that defines a vector, compute what VL its
13551354
// downstream users demand.
13561355
for (MachineBasicBlock *MBB : post_order(&MF)) {
@@ -1360,7 +1359,7 @@ bool RISCVVLOptimizer::runOnMachineFunction(MachineFunction &MF) {
13601359
if (!isCandidate(MI))
13611360
continue;
13621361
if (auto DemandedVL = checkUsers(MI))
1363-
DemandedVLs.insert({&MI, *DemandedVL});
1362+
DemandedVLs.insert({&MI, *DemandedVL});
13641363
}
13651364
}
13661365

0 commit comments

Comments
 (0)