[llvm] [IRCE] Relax profitability check (PR #104659)
Jan Ječmen via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 05:53:13 PST 2024
================
@@ -940,35 +958,35 @@ PreservedAnalyses IRCEPass::run(Function &F, FunctionAnalysisManager &AM) {
return getLoopPassPreservedAnalyses();
}
-bool
-InductiveRangeCheckElimination::isProfitableToTransform(const Loop &L,
- LoopStructure &LS) {
----------------
JanJecmen wrote:
Got it, done in #116384. Thanks!
https://github.com/llvm/llvm-project/pull/104659
More information about the llvm-commits
mailing list