[PATCH] D19694: [LV] Allow interleaved accesses in loops with predicated blocks

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 10:25:14 PDT 2016


anemet added a comment.

Started with the tests, a question below.


================
Comment at: test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll:36
@@ +35,3 @@
+  %i  = phi i64 [ %i.next, %if.merge ], [ 0, %entry ]
+  %p.0 = getelementptr inbounds %pair, %pair* %p, i64 %i, i32 0
+  %p.1 = getelementptr inbounds %pair, %pair* %p, i64 %i, i32 1
----------------
Is %p.0 unused here?


http://reviews.llvm.org/D19694





More information about the llvm-commits mailing list