[llvm] [ctx_prof] Simple ICP criteria during module inliner (PR #109881)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 13:52:29 PDT 2024


================
@@ -242,13 +260,22 @@ PreservedAnalyses ModuleInlinerPass::run(Module &M,
           // iteration because the next iteration may not happen and we may
----------------
mtrofin wrote:

removed this part of the change - didn't read `tryPromote` in detail and incorrectly assumed it was profile-driven ICP. Don't really need ICP-ing now either, the upfront one is sufficient (since this is mostly for test purposes at this point)

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


More information about the llvm-commits mailing list