[PATCH] D146160: [StandardInstrumentations] Check function analysis invalidation in module passes as well

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 11:55:21 PDT 2023


aeubanks created this revision.
aeubanks added reviewers: yrouban, nikic, asbirlea.
Herald added subscribers: ormris, StephenFan, steven_wu, hiraditya.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146160

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/LTO/LTOBackend.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/lib/Passes/PassBuilderBindings.cpp
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/tools/opt/NewPMDriver.cpp
  llvm/unittests/IR/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146160.505582.patch
Type: text/x-patch
Size: 13906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230315/6514d873/attachment.bin>


More information about the llvm-commits mailing list