[libcxx-commits] [libcxx] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)
Erich Keane via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 17 06:48:41 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 libcxx-commits
mailing list