Adding support for -print-module-scope similar to how it is
being done for function passes. This option causes loop-pass printer
to emit a whole-module IR instead of just a loop itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40247
IR printing improvement for loop passes - handle -print-module-scope ClosedPublic Authored by fedor.sergeev on Nov 20 2017, 6:31 AM.
Details Summary Adding support for -print-module-scope similar to how it is
Diff Detail
Event Timelinefedor.sergeev edited reviewers, added: sanjoy, silvas, weimingz; removed: skatkov, apilipenko.Nov 21 2017, 2:56 AM This revision is now accepted and ready to land.Nov 21 2017, 8:51 PM Closed by commit rL319566: IR printing improvement for loop passes - handle -print-module-scope (authored by fedor.sergeev). · Explain WhyDec 1 2017, 10:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125173 llvm/trunk/lib/Analysis/LoopInfo.cpp
llvm/trunk/test/Other/loop-pass-printer.ll
|