[PATCH] D21935: Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 15:16:53 PDT 2016


asbirlea updated this revision to Diff 62984.
asbirlea added a comment.
Herald added a reviewer: tstellarAMD.

Added Fast parameter.
Updated check on allowsMisaligned.
Updated test that now vectorizes.


http://reviews.llvm.org/D21935

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/CodeGen/BasicTTIImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21935.62984.patch
Type: text/x-patch
Size: 7040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/7f87c73a/attachment.bin>


More information about the llvm-commits mailing list