[PATCH] D55278: [NewPM] -print-module-scope now prints module even after invalidated Loop/SCC

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 08:46:41 PST 2018


fedor.sergeev created this revision.
fedor.sergeev added reviewers: chandlerc, philip.pfaffe.

Store information required for module printing into the stack *before* pass
and then after pass just print whatever has been placed on stack.


Repository:
  rL LLVM

https://reviews.llvm.org/D55278

Files:
  include/llvm/Passes/StandardInstrumentations.h
  lib/Passes/StandardInstrumentations.cpp
  test/Other/loop-deletion-printer.ll
  test/Other/scc-deleted-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55278.176651.patch
Type: text/x-patch
Size: 11742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/755e8991/attachment.bin>


More information about the llvm-commits mailing list