[PATCH] D15271: Split functions to create shrink wrapping opportunities

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 13:14:59 PST 2015


gberry added a subscriber: gberry.
gberry added a comment.

It doesn't seem like there is anything target specific in this transform pass.  On the chance that this moves forward, would it make sense to move the transform into lib/Transforms and just have ppc add it for now?  That way other targets could potentially take advantage of this pass too.


http://reviews.llvm.org/D15271





More information about the llvm-commits mailing list