[PATCH] D21861: Extend LoopVectorizationLegality::isConsecutivePtr to handle multiple level GEPs
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 14:39:06 PDT 2016
wmi created this revision.
wmi added reviewers: hfinkel, mkuper, mzolotukhin.
wmi added subscribers: llvm-commits, davidxl.
wmi set the repository for this revision to rL LLVM.
Herald added a subscriber: mzolotukhin.
Find another testcase requiring isConsecutivePtr to handle multiple level GEPs (described in https://llvm.org/bugs/show_bug.cgi?id=23580). Drop D10281 and try a simpler patch to solve it.
Repository:
rL LLVM
http://reviews.llvm.org/D21861
Files:
include/llvm/Analysis/VectorUtils.h
lib/Analysis/VectorUtils.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/consecutive-ptr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21861.62286.patch
Type: text/x-patch
Size: 8224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160629/e2ce48ff/attachment.bin>
More information about the llvm-commits
mailing list