================
@@ -257,7 +257,7 @@ class ImmCheck<int arg, ImmCheckType kind, int eltSizeArg = 
-1> {
 }
 
 class Inst<string n, string p, string t, MergeType mt, string i,
-           list<FlagType> ft, list<ImmCheck> ch, MemEltType met> {
+           list<FlagType> ft, list<ImmCheck> ch, MemEltType met = 
MemEltTyDefault> {
----------------
kmclaughlin-arm wrote:
Hi @dtemirbulatov, this change is just to set the default MemEltType to 
MemEltTyDefault, so that we don't have to provide this in every builtin 
definition. 

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

Reply via email to