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

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 16:28:01 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;
----------------
topperc wrote:

Why is 502, but 600 is bad?

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


More information about the cfe-commits mailing list