Files
archived-llvm/test/Transforms/LoadStoreVectorizer
Stanislav Mekhanoshin c39a6e682d Handle casts changing pointer size in the vectorizer
Added code to truncate or shrink offsets so that we can continue
base pointer search if size has changed along the way.

Differential Revision: https://reviews.llvm.org/D65612

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367646 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-02 04:03:37 +00:00
..