[PATCH] D19984: [LV] Handle RAW dependences in interleaved access analysis

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 11:39:51 PDT 2016


sbaranga added a comment.

Overall I think this looks good, but it would be better if someone else would also have a look before committing.

Thanks,
Silviu


================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:932
@@ -920,1 +931,3 @@
+    return false;
+  }
 };
----------------
OK, this makes sense.


http://reviews.llvm.org/D19984





More information about the llvm-commits mailing list