This is an archive of the discontinued LLVM Phabricator instance.

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
with a little effort.

Diff Detail

Repository
rL LLVM

Event Timeline

mzolotukhin created this revision.Jun 11 2018, 5:43 PM
kuhar accepted this revision.Jun 15 2018, 4:39 PM

Looks good

This revision is now accepted and ready to land.Jun 15 2018, 4:39 PM
This revision was automatically updated to reflect the committed changes.