Commit Graph

2 Commits

Author SHA1 Message Date
Michael Gottesman
24c138f29c Move SILLoopInfo into swiftSIL from swiftSILAnalysis so that we match the separation in between analysis and IR entities.
This follows the model of dominance info and allows me to create reachability
methods on SILBasicBlock without creating dependencies from swiftSIL to
swiftSILAnalysis.

Swift SVN r21866
2014-09-11 03:03:06 +00:00
Arnold Schwaighofer
8c10907ce9 Add a LoopInfoPrinter pass.
This pass uses SILLoopAnalysis to display loop information.

Swift SVN r18719
2014-06-05 22:25:43 +00:00