[PATCH] D44014: [LoadStoreVectorizer] Differentiate between <1 x T> and T

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 07:43:47 PST 2018


arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/Transforms/LoadStoreVectorizer/X86/vector-scalar.ll:6
+; CHECK-LABEL: @vector_scalar(
+; CHECK-NOT: store <2 x double>
+define void @vector_scalar(double* %ptr, double %a, <1 x double> %b) {
----------------
Use positive checks instead


Repository:
  rL LLVM

https://reviews.llvm.org/D44014





More information about the llvm-commits mailing list