[PATCH] D42600: [WIP][Shrink-wrap]split restore point

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 12:25:07 PDT 2018


junbuml updated this revision to Diff 138433.
junbuml added a comment.

Rebased.  In this change, I perform post shrinking where we try to further shrink the save point by splitting the restore point after finishing the regular shrink wrapping. This change is WIP for now because I do this in shrink wrapping pass. If overall approach is acceptable and we want to keep shrink-wrap pass as an analysis pas , I will move it as a new pass.  Please take a look and let me know any comment.


https://reviews.llvm.org/D42600

Files:
  lib/CodeGen/ShrinkWrap.cpp
  test/CodeGen/AArch64/post-shrink-wrap-split-restore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42600.138433.patch
Type: text/x-patch
Size: 18825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/500eafed/attachment.bin>


More information about the llvm-commits mailing list