[PATCH] D39137: Add CallSiteSplitting pass

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 11:20:46 PDT 2017


junbuml updated this revision to Diff 120456.
junbuml marked 13 inline comments as done.
junbuml added a comment.

Fixed Florian's comments.  I will add more tests soon. 
Thanks for the review.


https://reviews.llvm.org/D39137

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/CallSiteSplitting.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/CallSiteSplitting.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-lto-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Transforms/CallSiteSplitting/callsite-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39137.120456.patch
Type: text/x-patch
Size: 31570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171026/f9e24f4a/attachment.bin>


More information about the llvm-commits mailing list