[all-commits] [llvm/llvm-project] fd1ff5: [Inliner] Make ModuleInlinerWrapperPass return Pre...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Apr 26 17:23:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd1ff5ee0388af9eb373d903a1644e6cd2c96d9d
      https://github.com/llvm/llvm-project/commit/fd1ff5ee0388af9eb373d903a1644e6cd2c96d9d
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/Inliner.cpp

  Log Message:
  -----------
  [Inliner] Make ModuleInlinerWrapperPass return PreservedAnalyses::all()

The ModulePassManager should already have taken care of all analysis
invalidation. Without this change, upcoming changes will cause more
invalidation than necessary.

Reviewed By: mtrofin

Differential Revision: https://reviews.llvm.org/D101320




More information about the All-commits mailing list