Jakob Stoklund Olesen f4c4768fb2 Collapse DomainValues across loop back-edges.
During the initial RPO traversal of the basic blocks, remember the ones
that are incomplete because of back-edges from predecessors that haven't
been visited yet.

After the initial RPO, revisit all those loop headers so the incoming
DomainValues on the back-edges can be properly collapsed.

This will properly fix execution domains on software pipelined code,
like the included test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144151 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-09 01:06:56 +00:00
..
2011-11-04 20:20:34 +00:00
2011-11-07 21:00:59 +00:00
2011-08-31 21:44:24 +00:00
2011-10-24 17:24:05 +00:00
2011-11-05 16:20:52 +00:00