[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


================
@@ -0,0 +1,20 @@
+; RUN: opt -passes='default<O3>' \
----------------
mtrofin wrote:

add a mode to this test using the default policy where it's clear that f2 would be inlined (it's super-appealing to inline it) - i.e. so there's a behavioral difference.

https://github.com/llvm/llvm-project/pull/166386


More information about the llvm-commits mailing list