[PATCH] D40617: [LV] Interleaved access vectorization: fix computing new alias info

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 11:10:05 PST 2017


anemet created this revision.

As a new access is generated spanning across multiple fields we need to
propagate alias info from all the fields to form the most generic alias info.

rdar://35602528


https://reviews.llvm.org/D40617

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/interleaved-accesses-alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40617.124785.patch
Type: text/x-patch
Size: 4354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/62b1e8bd/attachment.bin>


More information about the llvm-commits mailing list