[PATCH] D29717: [LoopVectorize] Added address space check when analysing interleaved accesses

Karl-Johan Karlsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 06:21:49 PST 2017


Ka-Ka created this revision.
Herald added a subscriber: mzolotukhin.

Prevent memory objects of different address spaces to be part of
the same load/store groups when analysing interleaved accesses.

This is fixing pr31900.


https://reviews.llvm.org/D29717

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/pr31900.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29717.87640.patch
Type: text/x-patch
Size: 6306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/956349a5/attachment-0001.bin>


More information about the llvm-commits mailing list