[llvm-branch-commits] [llvm] [RISCV] Support select optimization (PR #80124)
Yingwei Zheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 21 01:00:23 PST 2024
================
@@ -451,6 +456,9 @@ void RISCVPassConfig::addIRPasses() {
}
TargetPassConfig::addIRPasses();
+
+ if (getOptLevel() == CodeGenOptLevel::Aggressive && EnableSelectOpt)
----------------
dtcxzyw wrote:
> Failed Tests (1):
LLVM :: CodeGen/RISCV/O3-pipeline.ll
Please update the test.
https://github.com/llvm/llvm-project/pull/80124
More information about the llvm-branch-commits
mailing list