[PATCH] D158517: [IR] Enable load/store/alloca for arrays of scalable vectors.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 03:14:47 PDT 2023
paulwalker-arm added a comment.
In D158517#4609135 <https://reviews.llvm.org/D158517#4609135>, @nikic wrote:
> Unlike homogeneous scalable aggregates, this seems to allow arrays of scalable vectors in GEPs. I'd expect you need a lot more changes than this to correctly support that.
I'll flesh out the testing to see what crops up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158517/new/
https://reviews.llvm.org/D158517
More information about the llvm-commits
mailing list