OSDN Git Service

[CloneFunction] Preserve DT in DuplicateInstructionsInSplitBetween.
authorFlorian Hahn <florian.hahn@arm.com>
Thu, 22 Mar 2018 11:38:53 +0000 (11:38 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Thu, 22 Mar 2018 11:38:53 +0000 (11:38 +0000)
commit3f00e08460f2156f6d090573b2247ec6f712117c
treeafe79c4d649390066e260621460d00a1d9f2edf7
parent7abb456200f8f62cb07251c0fa6447942973dbbb
[CloneFunction] Preserve DT in DuplicateInstructionsInSplitBetween.

DuplicateInstructionsInSplitBetween can preserve the DT by passing
through DT to SplitEdge.

Reviewers: sanjoy, junbuml, anna, kuhar

Reviewed By: kuhar

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Cloning.h
lib/Transforms/Utils/CloneFunction.cpp