[llvm] [RISCV] Introduce VLOptimizer pass (PR #108640)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 21:02:57 PDT 2024
================
@@ -103,6 +103,10 @@ static cl::opt<bool> EnableVSETVLIAfterRVVRegAlloc(
cl::desc("Insert vsetvls after vector register allocation"),
cl::init(true));
+static cl::opt<bool> EnableVLOptimizer("riscv-enable-vloptimizer",
----------------
wangpc-pp wrote:
riscv-enable-vl-optimizer?
https://github.com/llvm/llvm-project/pull/108640
More information about the llvm-commits
mailing list