[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 06:41:16 PDT 2020
spatel added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4385-4386
Value *BoUpSLP::Gather(ArrayRef<Value *> VL, FixedVectorType *Ty) {
Value *Vec = UndefValue::get(Ty);
// Generate the 'InsertElement' instruction.
----------------
I did some clean-ups while trying to understand the behavior of this code, so this patch will need a (hopefully reduced diff) update:
rG7451bf0b0b6d
rG062276c69109
This one may also require rebase:
rGa44238cb443f
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