[PATCH] D94142: [IR] Allow scalable vectors in structs to support intrinsics returning multiple values.
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 04:57:40 PST 2021
kito-cheng added a comment.
> Don't allow function arguments or returns to use structs containing scalable vectors unless they are intrinsics.
This is RISC-V specific question: Does it means we disallow passing register tuple type (NF>1) in future too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94142/new/
https://reviews.llvm.org/D94142
More information about the llvm-commits
mailing list