[llvm] [Inliner] Handle CGSCC changes from #94815 (PR #96274)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 07:42:43 PDT 2024


================
@@ -564,6 +562,8 @@ PreservedAnalyses InlinerPass::run(LazyCallGraph::SCC &InitialC,
     ++NumDeleted;
   }
 
+  Advisor.onPassExit(C);
----------------
mtrofin wrote:

why not the scope_exit?

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


More information about the llvm-commits mailing list