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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 12:33:29 PDT 2019


efriedma added a comment.

This seems like simple tail duplication, which the target-independent taildup pass should handle.  Can you give an example which taildup doesn't handle?


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

https://reviews.llvm.org/D63972





More information about the llvm-commits mailing list