[PATCH] D66339: [SVE] Fixed-length vector MVT ranges
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 04:14:28 PDT 2019
huntergr added a comment.
Herald added a subscriber: wuzish.
Split out from D53137 <https://reviews.llvm.org/D53137>.
I added new range functions for fp and int fixedlen types, but not all fixedlen vector valuetypes; the fixedlen MVTs are not contiguous.
If we want to provide that, I could reorder the MVT list to group all fixedlen types together (and the same for all scalable types), but we then lose direct lists of all fp/int types. The concat or filter iterators from STLExtras could be used to fix those if needed. Any preferences?
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