Files
llvm/lib/Transforms
Alina Sbirlea a26d00a67c [LICM] *Actually* disable ControlFlowHoisting.
Summary:
The remaining code paths that ControlFlowHoisting introduced that were
not disabled, increased compile time by 3x for some benchmarks.
The time is spent in DominatorTree updates.

Reviewers: john.brawn, mkazantsev

Subscribers: sanjoy, jlebar, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348345 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-05 10:16:21 +00:00
..