[PATCH] D117219: [LSV] Vectorize loads of vectors by turning it into a larger vector

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 06:26:44 PST 2022


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Transforms/LoadStoreVectorizer/NVPTX/4x2xhalf.ll:94-95
+
+; CHECK-LABEL: @no_pointer_vector
+; CHECK-NOT: shufflevector
+}
----------------
I would have expected this to vectorize


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