[PATCH] D83542: [SVE] Don't consider scalable vector types in SLPVectorizerPass::vectorizeChainsInBlock
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 09:17:34 PDT 2020
david-arm marked an inline comment as done.
david-arm added a comment.
Hi @efriedma I tried removing the isSized() check and added an assert instead. I tested it and none of our tests broke! Or would you prefer me to just remove the assert completely?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83542/new/
https://reviews.llvm.org/D83542
More information about the llvm-commits
mailing list