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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D55313
[LICM] *Actually* disable ControlFlowHoisting. ClosedPublic Authored by asbirlea on Dec 5 2018, 2:17 AM.
Details Summary The remaining code paths that ControlFlowHoisting introduced that were
Diff Detail
Event TimelineClosed by commit rL348345: [LICM] *Actually* disable ControlFlowHoisting. (authored by asbirlea). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 176778 llvm/trunk/lib/Transforms/Scalar/LICM.cpp
|