[all-commits] [llvm/llvm-project] 6a6994: Reland [StandardInstrumentations] Check function a...

aeubanks via All-commits all-commits at lists.llvm.org
Wed Mar 15 13:29:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a6994cc9bc0327aaf8b005c650ff5eb29d2bcce
      https://github.com/llvm/llvm-project/commit/6a6994cc9bc0327aaf8b005c650ff5eb29d2bcce
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M flang/lib/Frontend/FrontendActions.cpp
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/Passes/PassBuilderBindings.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/unittests/IR/PassManagerTest.cpp

  Log Message:
  -----------
  Reland [StandardInstrumentations] Check function analysis invalidation in module passes as well

See comments for why we now need to pass in the MAM instead of the FAM.

Reviewed By: nikic

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




More information about the All-commits mailing list