[PATCH] D102093: [NewPM] Move analysis invalidation/clearing logging to instrumentation
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 7 15:03:44 PDT 2021
aeubanks created this revision.
aeubanks added reviewers: asbirlea, ychen.
Herald added subscribers: dexonsmith, steven_wu, zzheng, hiraditya.
aeubanks requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
We're trying to move DebugLogging into instrumentation, rather than
being part of PassManagers/AnalysisManagers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102093
Files:
clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/CodeGen/MachinePassManager.h
llvm/include/llvm/IR/PassInstrumentation.h
llvm/include/llvm/IR/PassManager.h
llvm/include/llvm/IR/PassManagerImpl.h
llvm/lib/LTO/LTOBackend.cpp
llvm/lib/Passes/StandardInstrumentations.cpp
llvm/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll
llvm/tools/opt/NewPMDriver.cpp
llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
llvm/unittests/CodeGen/PassManagerTest.cpp
llvm/unittests/IR/PassBuilderCallbacksTest.cpp
llvm/unittests/IR/PassManagerTest.cpp
llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102093.343769.patch
Type: text/x-patch
Size: 15251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210507/2c36b882/attachment.bin>
More information about the cfe-commits
mailing list