[all-commits] [llvm/llvm-project] b36c39: [NewPM] Don't print 'Invalidating all non-preserve...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jul 30 19:51:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b36c39260edcded47436f344e48f78cfbedac494
      https://github.com/llvm/llvm-project/commit/b36c39260edcded47436f344e48f78cfbedac494
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

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

  Log Message:
  -----------
  [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




More information about the All-commits mailing list