[llvm] [RISCV] RISC-V split register allocation and move vsetvl pass in between (PR #70549)
Piyou Chen via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 4 22:21:03 PDT 2023
================
@@ -83,6 +84,10 @@ static cl::opt<bool>
cl::desc("Enable sinking and folding of instruction copies"),
cl::init(false), cl::Hidden);
+static cl::opt<bool> EnableSplitRA("riscv-split-RA", cl::Hidden,
+ cl::desc("Enable Split RA for RVV"),
----------------
BeMg wrote:
Fixed
https://github.com/llvm/llvm-project/pull/70549
More information about the llvm-commits
mailing list