[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:43:34 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:

It is not the problem of 502 or 600. The test case failure in `clang/test/Modules/decl-params-determinisim.m` is because it is expecting the original TypeID before change, and updating the capacity `NUM_PREDEF_TYPE_IDS` here changes the result and so the test case needs to be updated.


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


More information about the cfe-commits mailing list