Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing -print-module-scope for legacy SCC passes | Fedor Sergeev | 2018-12-03 | 1 | -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-all | Fedor Sergeev | 2018-10-15 | 1 | -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 |