We only modify CFG in a couple of places, and we can preserve DT there
with a little effort.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D48059
CorrelatedValuePropagation: Preserve DT. ClosedPublic Authored by mzolotukhin on Jun 11 2018, 5:43 PM.
Details Summary We only modify CFG in a couple of places, and we can preserve DT there
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 15 2018, 4:39 PM Closed by commit rL334895: CorrelatedValuePropagation: Preserve DT. (authored by mzolotukhin). · Explain WhyJun 16 2018, 12:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151622 llvm/trunk/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
llvm/trunk/test/Other/opt-O2-pipeline.ll
llvm/trunk/test/Other/opt-O3-pipeline.ll
llvm/trunk/test/Other/opt-Os-pipeline.ll
|