1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/Analysis/Dominators
Jakub Kuderski 04daad837a [Dominators] Don't compute DFS InOut numbers eagerly.
Summary:
DFS InOut numbers currently get eagerly computer upon DomTree construction. They are only needed to answer dome dominance queries and they get invalidated by updates and recalculations. Because of that, it is faster in practice to compute them lazily when they are actually needed.

Clang built without this patch takes 6m 45s to boostrap on my machine, and with the patch applied 6m 38s.

Reviewers: sanjoy, dberlin, chandlerc

Reviewed By: dberlin

Subscribers: davide, llvm-commits

Differential Revision: https://reviews.llvm.org/D34296

llvm-svn: 306778
2017-06-30 01:28:21 +00:00
..
2006-10-02-BreakCritEdges.ll [Dominators] Don't compute DFS InOut numbers eagerly. 2017-06-30 01:28:21 +00:00
2007-01-14-BreakCritEdges.ll
2007-07-11-SplitBlock.ll
2007-07-12-SplitBlock.ll
basic.ll
invoke.ll