[all-commits] [llvm/llvm-project] 7ae92a: [MLInliner] No need to invalidate everything post-...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Fri Jun 24 18:22:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ae92a69c2f3ddd3d41cbc5c808d240184b394d0
      https://github.com/llvm/llvm-project/commit/7ae92a69c2f3ddd3d41cbc5c808d240184b394d0
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M llvm/lib/Analysis/MLInlineAdvisor.cpp

  Log Message:
  -----------
  [MLInliner] No need to invalidate everything post-inlining.

We really just need to invalidate loop info and the dominator tree, in
addition to the FunctionPropertiesInfo we were invalidating originally.
Doing more adds unnecessary compile time overhead.




More information about the All-commits mailing list