[PATCH] D22630: Loop rotation

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 07:32:47 PDT 2016


sebpop added a comment.

Looks almost good to me.
Aditya, let's also post your changes that address the comment from @eli.friedman on the idempotence of loop rotation.
The changes are an adaptation of the annotation technique used in the loop vectorizer to avoid vectorizing twice the same loop.
Thanks!


https://reviews.llvm.org/D22630





More information about the llvm-commits mailing list