[PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 4 04:16:21 PDT 2016
delena updated this revision to Diff 70288.
delena added a comment.
I simplified GEP cloning in vectorizeMemoryInstruction(). I assume that all necessary analysis is already done in isConsecutivePtr().
Repository:
rL LLVM
https://reviews.llvm.org/D20789
Files:
../include/llvm/Analysis/LoopAccessAnalysis.h
../lib/Analysis/LoopAccessAnalysis.cpp
../lib/Transforms/Vectorize/LoopVectorize.cpp
../test/Transforms/LoopVectorize/consec_no_gep.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20789.70288.patch
Type: text/x-patch
Size: 10379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160904/5f8baf3f/attachment.bin>
More information about the llvm-commits
mailing list