Skip to content

Commit 6335561

Browse files
fixup! respond to some comments
1 parent eca0a1d commit 6335561

File tree

3 files changed

+114
-142
lines changed

3 files changed

+114
-142
lines changed

llvm/lib/Target/RISCV/RISCVTargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static cl::opt<bool> EnableVSETVLIAfterRVVRegAlloc(
103103
cl::desc("Insert vsetvls after vector register allocation"),
104104
cl::init(true));
105105

106-
static cl::opt<bool> EnableVLOptimizer("riscv-enable-vloptimizer",
106+
static cl::opt<bool> EnableVLOptimizer("riscv-enable-vl-optimizer",
107107
cl::desc("Enable the VL Optimizer pass"),
108108
cl::init(true), cl::Hidden);
109109

0 commit comments

Comments
 (0)