[LoopVectorizer] NFC: Remove unnecessary asserts that VF cannot be scalable.
authorSander de Smalen <sander.desmalen@arm.com>
Tue, 8 Dec 2020 14:19:52 +0000 (14:19 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Wed, 9 Dec 2020 11:25:21 +0000 (11:25 +0000)
commitadc37145dec9cadf76af05326150ed22a3cc2fdd
treeea29b3e59d784b11a996ed48ceb2665f374d63e2
parent4519ff4b6f02defcb69ea49bc11607cee09cde7b
[LoopVectorizer] NFC: Remove unnecessary asserts that VF cannot be scalable.

This patch removes a number of asserts that VF is not scalable, even though
the code where this assert lives does nothing that prevents VF being scalable.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D91060
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp