[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:56:40 PDT 2024


================
@@ -242,13 +260,22 @@ PreservedAnalyses ModuleInlinerPass::run(Module &M,
           // iteration because the next iteration may not happen and we may
           // miss inlining it.
           // FIXME: enable for ctxprof.
----------------
mtrofin wrote:

actually leaving it in place since I reverted this part of the change.

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


More information about the llvm-commits mailing list