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

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 19:57:05 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)
----------------
Does the Comment need updating?



http://reviews.llvm.org/D19694





More information about the llvm-commits mailing list