[flang-commits] [flang] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)

Erich Keane via flang-commits flang-commits at lists.llvm.org
Tue Oct 17 06:48:45 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 flang-commits mailing list