Skip to content

Commit 918f004

Browse files
committed
Update option and option desc
1 parent a74ee80 commit 918f004

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/RISCV/RISCVTargetMachine.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ static cl::opt<bool> EnableMISchedLoadClustering(
9797
cl::init(false));
9898

9999
static cl::opt<bool> EnableVSETVLIAfterRVVRegAlloc(
100-
"riscv-vsetvli-after-rvv-regalloc", cl::Hidden,
101-
cl::desc("vsetvl insertion after rvv regalloc"), cl::init(true));
100+
"riscv-vsetvl-after-rvv-regalloc", cl::Hidden,
101+
cl::desc("Insert vsetvls after vector register allocation"),
102+
cl::init(true));
102103

103104
extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeRISCVTarget() {
104105
RegisterTargetMachine<RISCVTargetMachine> X(getTheRISCV32Target());

0 commit comments

Comments
 (0)