[PATCH] D28493: [zorg] Add Polly builder for ARM target

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 19:47:11 PST 2017


grosser added a comment.

Very nice!

Some small questions from my side. What is different in the getPollyARMBuildFactory compared to getPollyBuildFactory? In the optimal case, we just have one build factory that is parametrized to the specific builder, no? Maybe some of the changes could be moved to the getPollyBuildFactory that all Polly builders can benefit. We could e.g. make the 'make-command' just a parameter, which is set to 'ninja' for the ARM builder. Also, while at it, I would not call the build command 'Build Polly', but rather 'Build or Build+LLVM'. The reason is that this will come up in the error messages when a build fails. In many cases such failures are due to errors in LLVM, but if the name implies this is Polly-only people might skip those mails by accident.


https://reviews.llvm.org/D28493





More information about the llvm-commits mailing list