[clang] Recommit "[Clang][RISCV] Introduce tuple types for RVV bfloat16 #72216" (PR #72370)

Yueh-Ting Chen via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 16:51:04 PST 2023


================
@@ -1101,7 +1101,7 @@ enum PredefinedTypeIDs {
 ///
 /// Type IDs for non-predefined types will start at
 /// NUM_PREDEF_TYPE_IDs.
-const unsigned NUM_PREDEF_TYPE_IDS = 500;
+const unsigned NUM_PREDEF_TYPE_IDS = 502;
----------------
eopXD wrote:

I extended `NUM_PREDEF_TYPE_IDS` to the least required, and left a note inside the test case to let future developers be aware that the test case it intertwine with the constant.

https://github.com/llvm/llvm-project/pull/72370


More information about the cfe-commits mailing list