[compiler-rt] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)
    Erich Keane via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 17 06:48:46 PDT 2023
    
    
  
================
@@ -5126,6 +5126,14 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
       Diags.Report(DiagID);
       return;
     }
+    case UETT_VectorElements: {
----------------
erichkeane wrote:
We probably need the equivilent here for the MicrosoftMangle.cpp as well?
https://github.com/llvm/llvm-project/pull/69010
    
    
More information about the llvm-commits
mailing list