[PATCH] D92715: [Clang][RISCV] Define RISC-V V builtin types
Liao Chunyu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 13 18:02:26 PST 2021
liaolucy added a comment.
In D92715#2495897 <https://reviews.llvm.org/D92715#2495897>, @HsiangKai wrote:
> @liaolucy RISC-V vector types are sizeless types. Sizeless is kind of characteristic for builtin types. If we use attribute to declare RISC-V vector types, the frontend does not know anything about it. I still think to define RISC-V vector types as builtin types is a better way.
Thanks, It's OK for me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92715/new/
https://reviews.llvm.org/D92715
More information about the cfe-commits
mailing list