[PATCH] D19694: [LV] Only bail on interleaved accesses in predicated blocks

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 08:30:46 PDT 2016


mcrosier added inline comments.

================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:4990
@@ -4989,3 +4989,3 @@
         continue;
       // FIXME: Currently we can't handle mixed accesses and predicated accesses
       if (IsPred)
----------------
mssimpso wrote:
> mcrosier wrote:
> > Does the Comment need updating?
> > 
> I think the comment should probably stay the same. We still can't handle predicated accesses. The current patch just prevents us from giving up on the non-predicated accesses in the loop, if the loop contains a predicated block.
Thanks for the clarification, Matt.


http://reviews.llvm.org/D19694





More information about the llvm-commits mailing list