[PATCH] D117219: [LSV] Vectorize loads of vectors by turning it into a larger vector
Benjamin Kramer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 02:40:13 PST 2022
bkramer added inline comments.
================
Comment at: llvm/test/Transforms/LoadStoreVectorizer/NVPTX/4x2xhalf.ll:94-95
+
+; CHECK-LABEL: @no_pointer_vector
+; CHECK-NOT: shufflevector
+}
----------------
arsenm wrote:
> I would have expected this to vectorize
The pass explicitly disallows pointers of vectors. Shouldn't be hard to turn it on though, I guess it didn't really matter so far.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117219/new/
https://reviews.llvm.org/D117219
More information about the llvm-commits
mailing list