================
@@ -2239,6 +2239,12 @@ TypeInfo ASTContext::getTypeInfoImpl(const Type *T) 
const {
     Width = 0;                                                                 
\
     Align = 16;                                                                
\
     break;
+#define AARCH64_VECTOR_TYPE_MFLOAT(Name, MangledName, Id, SingletonId, NumEls, 
\
+                                   ElBits, NF)                                 
\
+  case BuiltinType::Id:                                                        
\
+    Width = 0;                                                                 
\
----------------
SpencerAbson wrote:

I think we should know the width here at compile time? `NumEls * ElBits * NF`.

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

Reply via email to