[PATCH] D62962: Clang implementation of sizeless types
JinGu Kang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 02:29:39 PDT 2019
jaykang10 added inline comments.
================
Comment at: test/Sema/sizeless-1.c:29
+
+typedef svint8_t vec_int8 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
+
----------------
Please check "__attribute__((ext_vector_type()))". I guess it is also invalid for this type.
================
Comment at: test/SemaCXX/sizeless-1.cpp:37
+
+typedef svint8_t vec_int8 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
+
----------------
Please check "__attribute__((ext_vector_type()))". I guess it is also invalid for this type.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62962/new/
https://reviews.llvm.org/D62962
More information about the cfe-commits
mailing list