[PATCH] D65612: Handle casts changing pointer size in the vectorizer

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 15:27:40 PDT 2019


rampitec created this revision.
rampitec added a reviewer: tra.
Herald added subscribers: nhaehnle, jvesely.

Added code to truncate or shrink offsets so that we can continue
base pointer search if size has changed along the way.


https://reviews.llvm.org/D65612

Files:
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/vect-ptr-ptr-size-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65612.212914.patch
Type: text/x-patch
Size: 4178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190801/f794c779/attachment.bin>


More information about the llvm-commits mailing list