Skip to content

Commit

Permalink
Update option and option desc
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMg committed May 21, 2024
1 parent a74ee80 commit 918f004
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ static cl::opt<bool> EnableMISchedLoadClustering(
cl::init(false));

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

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

0 comments on commit 918f004

Please sign in to comment.