[PATCH] D92715: [Clang][RISCV] Define RISC-V V builtin types

Hsiangkai Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 13 07:55:07 PST 2021


HsiangKai added a comment.

@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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92715/new/

https://reviews.llvm.org/D92715



More information about the cfe-commits mailing list