[PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access

Hao Liu Hao.Liu at arm.com
Fri May 15 03:57:25 PDT 2015


Hi,

I update a new patch according to the comments from Michael and the patch in PR17677 by Renato.

This patch also fixes the WriteAfterWrite issue I mentioned in last comment. 2 new test cases are added.

Review please.

Thanks,
-Hao


http://reviews.llvm.org/D9368

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/CodeGen/BasicTTIImpl.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Analysis/TargetTransformInfo.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll
  test/Transforms/LoopVectorize/interleaved-access.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9368.25853.patch
Type: text/x-patch
Size: 69250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150515/474a9db0/attachment.bin>


More information about the llvm-commits mailing list