Files
llvm/lib/Transforms/Utils
Florian Hahn c9064e8745 [LoopUnroll] Use Lazy strategy for DTU used for MergeBlockIntoPredecessor.
We do not access the DT in the loop, so we do not have to apply updates
eagerly. We can apply them lazyly and flush them after we are done
merging blocks.

As follow-up work, we might be able to use the DTU above as well,
instead of manually updating the DT.

This brings the example from PR43134 from ~100s to ~4s for a relase +
assertions build on my machine.

Reviewers: efriedma, kuhar, asbirlea, brzycki

Reviewed By: kuhar, brzycki

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370292 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-29 04:26:29 +00:00
..
2019-04-23 14:51:27 +00:00
2019-07-15 20:02:23 +00:00
2019-07-12 14:58:15 +00:00
2019-08-08 13:46:17 +00:00