Skip to content

Commit 3fc5297

Browse files
fixup! move continue
1 parent dac7acf commit 3fc5297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,8 @@ bool RISCVVLOptimizer::checkUsers(const MachineOperand *&CommonVL,
10801080
CanReduceVL = false;
10811081
break;
10821082
}
1083-
continue;
10841083
}
1084+
continue;
10851085
}
10861086

10871087
if (mayReadPastVL(UserMI)) {

0 commit comments

Comments
 (0)