[PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 14:08:28 PDT 2016
anemet accepted this revision.
anemet added a comment.
This revision is now accepted and ready to land.
LGTM with the formatting change below.
================
Comment at: ../test/Transforms/LoopVectorize/consec_no_gep.ll:1
@@ +1,2 @@
+;RUN: opt < %s -loop-vectorize -force-vector-width=4 -force-vector-interleave=1 -instcombine -S | FileCheck %s
+
----------------
Space between ; and RUN
Repository:
rL LLVM
http://reviews.llvm.org/D20789
More information about the llvm-commits
mailing list