[clang] [CLANG][AArch64] Add the  modal 8 bit floating-point scalar type (PR #97277)
    via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Oct  7 03:17:35 PDT 2024
    
    
  
================
@@ -2218,6 +2219,12 @@ TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const {
     Width = 0;                                                                 \
     Align = 16;                                                                \
     break;
+#define AARCH64_OPAQUE_TYPE(Name, MangledName, Id, SingletonId, NumEls,        \
+                            ElBits, NF)
----------------
CarolineConcatto wrote:
This cannot be removed, because it is not listing SVE_TYPE, so the compiler complains about AArCH64
https://github.com/llvm/llvm-project/pull/97277
    
    
More information about the cfe-commits
mailing list