[PATCH] D15690: Gather and Scatter intrinsics in the Loop Vectorizer

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 08:38:48 PST 2016


apilipenko added a subscriber: apilipenko.
apilipenko added a comment.

I expect this code to fail trying to vectorize non-default address space accesses. See http://reviews.llvm.org/D17270 for details. We should either support arbitrary address space for gather/scatter intrinsics or at least check that we are vectorizing a default address space accesses.


http://reviews.llvm.org/D15690





More information about the llvm-commits mailing list