[PATCH] D44565: [SLP] Add a check before skipping inserting a trunc after z|sext vectorization tree root
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 07:37:11 PDT 2018
ABataev added a comment.
Not sure that this should be handled in SLPVectorizer. It is the problem of the instcombiner that it is too optimistic sometimes, not the problem of the SLPVectorizer. InstCombiner should check that this kind of the expansion is good for the current platform
Repository:
rL LLVM
https://reviews.llvm.org/D44565
More information about the llvm-commits
mailing list