================ @@ -101,6 +101,11 @@ static cl::opt<bool> EnableMISchedLoadClustering( cl::desc("Enable load clustering in the machine scheduler"), cl::init(false)); +static cl::opt<bool> + EnableSelectOpt("riscv-select-opt", cl::Hidden, ---------------- wangpc-pp wrote:
Yeah, this point makes sence to me. This pass adds several analysis passes (most of them can be cached), so it may impact compile time. https://github.com/llvm/llvm-project/pull/80124 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits