[all-commits] [llvm/llvm-project] d6c072: [StandardInstrumentations] Check function analysis...

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


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

  Changed paths:
    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:
  -----------
  [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