[llvm-branch-commits] [llvm] [RISCV] Support select optimization (PR #80124)
Wang Pengcheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 26 22:31:36 PST 2024
================
@@ -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:
We have already disabled it via `enableSelectOptimize()`?
https://github.com/llvm/llvm-project/pull/80124
More information about the llvm-branch-commits
mailing list