[1/11][Clang][Type] Expand BuiltinTypeBits from 8 to 9 bits
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 3 Jun 2023 16:35:28 +0000 (09:35 -0700)
committereopXD <yueh.ting.chen@gmail.com>
Thu, 8 Jun 2023 16:41:32 +0000 (09:41 -0700)
commitbf87fcb799aacb426a92f7fc643da2dc2b3fa82d
tree37598a7ff2ec4eaae96b70875389134af5307d19
parent8feb8423602351afa190f88977f71444cf15304f
[1/11][Clang][Type] Expand BuiltinTypeBits from 8 to 9 bits

This patch-set aims to expand all variants of the RVV segment
load/store intrinsics. The first commit expands the limitation of
builtin types from 256 to 512. The following patches expands the
full variants one-by-one.

The next patch introduces a number of new RVV tuple types and lets the
total of builtin types exceed the current limit (256). This patch
attempts to increase the bits used so we can continue to expand new
builtin types.

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D152069
clang/include/clang/AST/Type.h