[PATCH] D39137: Add CallSiteSplitting pass

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 09:44:55 PDT 2017


junbuml updated this revision to Diff 121000.
junbuml marked 2 inline comments as done.
junbuml added a comment.

Addressed David's comments. Please let me know any comment. 
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-or-phi.ll
  test/Transforms/CallSiteSplitting/callsite-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39137.121000.patch
Type: text/x-patch
Size: 43065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/0529ef90/attachment-0001.bin>


More information about the llvm-commits mailing list