[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
Fri Oct 13 09:58:01 PDT 2023


================
@@ -5456,9 +5459,8 @@ class DeducedTemplateSpecializationType : public DeducedType,
 /// TemplateArguments, followed by a QualType representing the
 /// non-canonical aliased type when the template is a type alias
 /// template.
-class alignas(8) TemplateSpecializationType
-    : public Type,
-      public llvm::FoldingSetNode {
+class alignas(8) TemplateSpecializationType : public Type,
----------------
erichkeane wrote:

Unrelated change?  Or am I missing something?

https://github.com/llvm/llvm-project/pull/69010


More information about the flang-commits mailing list