[PATCH] D48059: CorrelatedValuePropagation: Preserve DT.
Michael Zolotukhin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 17:43:37 PDT 2018
mzolotukhin created this revision.
mzolotukhin added reviewers: davide, vsk.
Herald added a subscriber: hiraditya.
We only modify CFG in a couple of places, and we can preserve DT there
with a little effort.
Repository:
rL LLVM
https://reviews.llvm.org/D48059
Files:
llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
llvm/test/Other/opt-O2-pipeline.ll
llvm/test/Other/opt-O3-pipeline.ll
llvm/test/Other/opt-Os-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48059.150870.patch
Type: text/x-patch
Size: 4425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/d8fab006/attachment.bin>
More information about the llvm-commits
mailing list