[PATCH] D65803: [MVE] Don't try to unroll vectorised MVE loops
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 06:23:57 PDT 2019
samparker added a comment.
Rather than for performance, I can't see how we can legally unroll a vectorized loops in the case of tail predication. I also don't know how we'd detect that a loop had been unrolled when we get to the conversion phase, so it seems like this is the only place where we can maintain correctness. And because we need this for legality, we can't rely on metadata...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65803/new/
https://reviews.llvm.org/D65803
More information about the llvm-commits
mailing list