[NewPM] Don't print 'Invalidating all non-preserved analyses'
authorArthur Eubanks <aeubanks@google.com>
Thu, 30 Jul 2020 20:49:41 +0000 (13:49 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 31 Jul 2020 02:40:29 +0000 (19:40 -0700)
commitb36c39260edcded47436f344e48f78cfbedac494
tree435de5f1f3a65ea5b510fe8f0f797f39983a369f
parent2cf52504bb076d24c23f161e92340828052b69f7
[NewPM] Don't print 'Invalidating all non-preserved analyses'

If an analysis is actually invalidated, there's already a log statement
for that: 'Invalidating analysis: FooAnalysis'.
Otherwise the statement is not very useful.

Reviewed By: asbirlea, ychen

Differential Revision: https://reviews.llvm.org/D84981
llvm/include/llvm/IR/PassManagerImpl.h
llvm/test/Other/loop-pm-invalidation.ll
llvm/test/Other/new-pass-manager.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Transforms/Inline/cgscc-incremental-invalidate.ll
llvm/test/Transforms/LoopRotate/pr35210.ll
llvm/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll
llvm/test/Transforms/LoopVectorize/novect-lcssa-cfg-invalidation.ll
llvm/test/Transforms/SCCP/ipsccp-preserve-analysis.ll
llvm/test/Transforms/SROA/dead-inst.ll