[PATCH] D122732: [Clang][AArch64][SVE] Allow subscript operator for SVE types
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 30 11:26:27 PDT 2022
efriedma added a comment.
> Subscript on svbool_t is not allowed as this doesn't really have meaningful semantics.
Not sure what you mean by this; LLVM supports extractelement on `<vscale x 16 x i1>` vectors. I guess the fact that it's a "vscale x 16" element vector might not be intuitive?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122732/new/
https://reviews.llvm.org/D122732
More information about the cfe-commits
mailing list