[PATCH] D90880: [LoopVectorizer] NFC: Return ElementCount from compute[Feasible]MaxVF

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 06:24:36 PST 2020


sdesmalen added a comment.

> Is expected to make anything work yet for scalable vectors, or is it just updating interfaces? (i.e. will the code be checked somehow to make sure it will work for scalable vectors).

For this patch, it is just a matter of updating the interfaces. It will be up to follow-up patches to make the code actually work for scalable vectors (such as D91077 <https://reviews.llvm.org/D91077>).
That's why adding the assert on line 5271 that scalable vectors are not yet supported is good enough for this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90880/new/

https://reviews.llvm.org/D90880



More information about the llvm-commits mailing list