================
@@ -3455,6 +3455,7 @@ static void encodeTypeForFunctionPointerAuth(const 
ASTContext &Ctx,
     case BuiltinType::BFloat16:
     case BuiltinType::VectorQuad:
     case BuiltinType::VectorPair:
+    case BuiltinType::VectorDmr1024:
----------------
lei137 wrote:

nit: Maybe we can do this since DMR is an acronym and to match the actual new 
type name defined?
```suggestion
    case BuiltinType::DMR1024:
```

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

Reply via email to