[PATCH] D107188: [SLP]Improve vectorization of split loads.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 12:55:45 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4269
+ // FIXME: Need to use TTI::SK_InsertSubvector here once the cost is
+ // fixed.
+ GatherCost += ((VL.size() - VF) / VF) *
----------------
What in particular needs fixing with SK_InsertSubvector ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107188/new/
https://reviews.llvm.org/D107188
More information about the llvm-commits
mailing list