Skip to content

Commit 26a1a09

Browse files
committed
clang-format
1 parent 7fe39a2 commit 26a1a09

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
@@ -1343,7 +1343,6 @@ bool RISCVVLOptimizer::runOnMachineFunction(MachineFunction &MF) {
13431343

13441344
TII = ST.getInstrInfo();
13451345

1346-
13471346
// For each instruction that defines a vector, compute what VL its
13481347
// downstream users demand.
13491348
for (MachineBasicBlock *MBB : post_order(&MF)) {
@@ -1353,7 +1352,7 @@ bool RISCVVLOptimizer::runOnMachineFunction(MachineFunction &MF) {
13531352
if (!isCandidate(MI))
13541353
continue;
13551354
if (auto DemandedVL = checkUsers(MI))
1356-
DemandedVLs.insert({&MI, *DemandedVL});
1355+
DemandedVLs.insert({&MI, *DemandedVL});
13571356
}
13581357
}
13591358

0 commit comments

Comments
 (0)