[PATCH] D84981: [NewPM] Don't print 'Invalidating all non-preserved analyses'

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 14:33:19 PDT 2020


aeubanks added inline comments.


================
Comment at: llvm/include/llvm/IR/PassManagerImpl.h:131
+      dbgs() << "Invalidating all non-preserved analyses for: " << IR.getName()
+             << "\n";
+
----------------
nikic wrote:
> At this point, does this message still add anything? If this message gets printed, then at least one "Invalidating analysis" message will get printed as well, and that message also includes `IR.getName()`.
Yes you're right. I went ahead and deleted it all.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84981/new/

https://reviews.llvm.org/D84981



More information about the llvm-commits mailing list