[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 05:52:20 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/PR38339.ll:16
+; CHECK-NEXT: store i16 [[T3]], i16* [[PTR2]]
+; CHECK-NEXT: store i16 [[T2]], i16* [[PTR3]]
; CHECK-NEXT: ret void
----------------
These "feel" like regressions to me - any idea whats going on?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57059/new/
https://reviews.llvm.org/D57059
More information about the llvm-commits
mailing list