[llvm-commits] [PATCH] LoopVectorizer
Nadav Rotem
nrotem at apple.com
Wed Oct 17 20:32:20 PDT 2012
On Oct 17, 2012, at 6:24 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> he current pass handles only fixed trip-count (single-exit) loops without inter-iteration dependencies, correct? For this class of loops, I believe that what I proposed is correct. Maybe I'm thinking about this incorrectly, can you please provide a counterexample?
Yes. If there are no cross-iteration dependencies then x equals to the last SIMD lane. I missed the part which said that there are no cross-iteration deps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121017/22ed3af0/attachment.html>
More information about the llvm-commits
mailing list