Files
llvm/test/Transforms/LoadStoreVectorizer/AMDGPU
Stanislav Mekhanoshin 20db74f2d6 Relax load store vectorizer pointer strip checks
The previous change to fix crash in the vectorizer introduced
performance regressions. The condition to preserve pointer
address space during the search is too tight, we only need to
match the size.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367624 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-01 22:18:56 +00:00
..