The old code computed dominators for every loop. This was terribly slow with no good reason. Just use the standard infrastructure for analysis passes.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D9586
[PlaceSafepoints] Use analysis infrastructure to get dominator tree ClosedPublic Authored by reames on May 7 2015, 4:29 PM.
Details Summary The old code computed dominators for every loop. This was terribly slow with no good reason. Just use the standard infrastructure for analysis passes.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 8 2015, 1:20 AM Closed by commit rL237176: [PlaceSafepoints] Use analysis infrastructure to get dominator tree (authored by reames). · Explain WhyMay 12 2015, 2:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25261 lib/Transforms/Scalar/PlaceSafepoints.cpp
|