[PATCH] D41953: [LoopUnroll] Unroll and Jam

Joe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 23:39:16 PDT 2018


rja added a comment.

In https://reviews.llvm.org/D41953#1073753, @dmgreen wrote:

> Address feedback and added some pragma tests, with some related fixes. Split out some parts into other commits.
>
> I'm still trying to work on making the analysis more accurate so this works on more loops. It would be good if LAA could be made to work here (to get versioning too) but it looks very vectoriser shaped and doesn't handle outer loop quite yet. DA as used here might be the only way, but may need to learn a few more tricks (or may need some fixes).


Ping, how work is going on?


https://reviews.llvm.org/D41953





More information about the llvm-commits mailing list