================
@@ -1953,7 +1953,7 @@ class alignas(TypeAlignment) Type : public 
ExtQualsTypeCommonBase {
     /// Extra information which affects how the function is called, like
     /// regparm and the calling convention.
     LLVM_PREFERRED_TYPE(CallingConv)
-    unsigned ExtInfo : 13;
+    unsigned ExtInfo : 18;
----------------
4vtomat wrote:

Updated to make them multiple calling convention enum with different ABI_VLEN 
rather than adding log2ABIVlen in ExtInfo!

https://github.com/llvm/llvm-project/pull/100346
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to