[all-commits] [llvm/llvm-project] bf87fc: [1/11][Clang][Type] Expand BuiltinTypeBits from 8 ...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Thu Jun 8 09:41:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf87fcb799aacb426a92f7fc643da2dc2b3fa82d
https://github.com/llvm/llvm-project/commit/bf87fcb799aacb426a92f7fc643da2dc2b3fa82d
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M clang/include/clang/AST/Type.h
Log Message:
-----------
[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
More information about the All-commits
mailing list