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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 4 23:31:22 PST 2021


craig.topper added a comment.

In D92715#2544178 <https://reviews.llvm.org/D92715#2544178>, @HsiangKai wrote:

> In D92715#2520925 <https://reviews.llvm.org/D92715#2520925>, @craig.topper wrote:
>
>> I wonder if these types should be prefixed with "__clang_" like AArch64 tuple types?
>
> It seems only AArch64 tuple types have "__clang_" prefix.

I think the other types don't have it because they are defined by an ARM standard. See the description for https://reviews.llvm.org/D81721


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92715



More information about the cfe-commits mailing list