[PATCH] D66339: [SVE] Fixed-length vector MVT ranges
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 13:46:55 PDT 2019
greened added a comment.
In D66339#1634903 <https://reviews.llvm.org/D66339#1634903>, @sdesmalen wrote:
> I was suggesting to change the order of the MVTs to keep all the fixed-width types contiguous (int and fp), as a lighter weight alternative to introducing the filter/concat iterators, since this would probably suffice for most use-cases. We can always introduce the concat iterators later if needed.
Got it. That sounds fine to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66339/new/
https://reviews.llvm.org/D66339
More information about the llvm-commits
mailing list