[PATCH] D16829: An implementation of Swing Modulo Scheduling

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 08:35:41 PDT 2016


sebpop added a comment.

In https://reviews.llvm.org/D16829#494869, @bcahoon wrote:

> Unless there is an objection, I'd like to be able to commit this code. There are several other folks that use the patch, and it would be great to enable them to make updates and improvements to the software pipeliner.  This patch enables the pipeliner for the Hexagon target. I think there is a good opportunity for others to contribute to the pass, to improve the functionality, and to enable it for other targets.


As this is only enabled on Hexagon, I would say go ahead and commit: it is a very useful performance feature for that target.
If you get more feedback in the future, you can address that in follow-up patches.

Thanks,
Sebastian


https://reviews.llvm.org/D16829





More information about the llvm-commits mailing list