[PATCH] D53270: [NewPM] implement SCC printing for -print-before-all/-print-after-all

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 01:15:43 PDT 2018


fedor.sergeev added a comment.

It is a bugfix that adds missing functionality of actually printing an SCC. :)
When doing initial implementation I got a wrong assumption that SCC does not need to be printed since it will be printed on Function level.
For actual SCC passes this assumption is clearly wrong. And it gets fixed now.


Repository:
  rL LLVM

https://reviews.llvm.org/D53270





More information about the llvm-commits mailing list