[PATCH] D63972: [PowerPC] Do the Early Return for the li and unconditional branch

Zhang Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 23:03:10 PDT 2019


ZhangKang added a comment.

@efriedma , I have updated this patch, to avoid call the `tail-duplication` again after `block-placement` pass. 
In the end of `block-placement` I will  do the optimization for `unconditonal branch`, this pattern may created by the `block-placement` pass.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63972/new/

https://reviews.llvm.org/D63972





More information about the llvm-commits mailing list