Skip to content

Commit 8dc125f

Browse files
fixup! pair down the number of instructions supported in getOperandInfo
1 parent 2e3027a commit 8dc125f

31 files changed

+927
-1217
lines changed

llvm/lib/Target/RISCV/RISCVTargetMachine.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ 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-vl-optimizer",
107-
cl::desc("Enable the VL Optimizer pass"),
108-
cl::init(true), cl::Hidden);
106+
static cl::opt<bool>
107+
EnableVLOptimizer("riscv-enable-vl-optimizer",
108+
cl::desc("Enable the RISC-V VL Optimizer pass"),
109+
cl::init(false), cl::Hidden);
109110

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

0 commit comments

Comments
 (0)