[PATCH] D54312: [CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 07:05:06 PST 2018


fhahn updated this revision to Diff 173845.
fhahn marked an inline comment as done.
fhahn added a comment.

Address comments: renamed CSP functions, add assertion ensuring there is a single edge between PredBB and BB. I hope this addresses all comments


https://reviews.llvm.org/D54312

Files:
  include/llvm/Transforms/Utils/Cloning.h
  lib/Transforms/Scalar/CallSiteSplitting.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Utils/CloneFunction.cpp
  test/Transforms/CallSiteSplitting/musttail.ll
  unittests/Transforms/Utils/CloningTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54312.173845.patch
Type: text/x-patch
Size: 12564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181113/fc4b173e/attachment.bin>


More information about the llvm-commits mailing list