[PATCH] D23908: LSV: Always try to adjust the alloca alignment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 22:20:09 PDT 2016


arsenm created this revision.
arsenm added reviewers: jlebar, escha, asbirlea.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added a subscriber: mzolotukhin.

Although the target may support unaligned access, it's likely
still better to increase the alignment.


https://reviews.llvm.org/D23908

Files:
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23908.69319.patch
Type: text/x-patch
Size: 6235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160826/f8a7be3a/attachment.bin>


More information about the llvm-commits mailing list