summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/scc-pass-printer.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fixing -print-module-scope for legacy SCC passesFedor Sergeev2018-12-031-0/+7
| | | | | | | | | | It appears that print-module-scope was not implemented for legacy SCC passes. Fixed to print a whole module instead of just current SCC. Reviewed By: mkazantsev Differential Revision: https://reviews.llvm.org/D54793 llvm-svn: 348144
* [NewPM] implement SCC printing for -print-before-all/-print-after-allFedor Sergeev2018-10-151-0/+49
Removing deficiency of initial implementation of -print-before-all/-after-all - it was effectively skipping IR printing for all the SCC passes. Now LazyCallGraph:SCC gets its IR printed. Reviewed By: skatkov Differential Revision: https://reviews.llvm.org/D53270 llvm-svn: 344505
OpenPOWER on IntegriCloud