[PATCH] D39296: [LSV] Avoid adding vectors of pointers as candidates
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 17:29:44 PDT 2017
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM, except missing check lines
================
Comment at: test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll:635
+
+define amdgpu_kernel void @copy_vec_of_ptrs(<2 x i16*> addrspace(1)* %out,
----------------
Add check lines
https://reviews.llvm.org/D39296
More information about the llvm-commits
mailing list