We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e09e5 commit e8e051eCopy full SHA for e8e051e
llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
@@ -97,8 +97,9 @@ static cl::opt<bool> EnableMISchedLoadClustering(
97
cl::init(false));
98
99
static cl::opt<bool> EnableVSETVLIAfterRVVRegAlloc(
100
- "riscv-vsetvli-after-rvv-regalloc", cl::Hidden,
101
- 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"),
102
+ cl::init(true));
103
104
extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeRISCVTarget() {
105
RegisterTargetMachine<RISCVTargetMachine> X(getTheRISCV32Target());
0 commit comments