[llvm] [MLGO] Add EvolutionInlineAdvisor (PR #166386)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 07:57:09 PST 2025
================
@@ -53,6 +53,7 @@ static_library("Analysis") {
"DomTreeUpdater.cpp",
"DominanceFrontier.cpp",
"EphemeralValuesCache.cpp",
+ "EvolutionInlineAdvisor.cpp",
"FloatingPointPredicateUtils.cpp",
----------------
mtrofin wrote:
fyi, we don't need to maintain the non-cmake build files (i.e. this could have been skipped, but now.. might as well keep it.)
https://github.com/llvm/llvm-project/pull/166386
More information about the llvm-commits
mailing list