[clang] [clang] Make sure EvalInfo pointer isn't null (PR #155563)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 27 02:28:26 PDT 2025
================
@@ -391,3 +391,10 @@ void ghissue109095() {
_Static_assert(i == c[0]); // expected-error {{static assertion expression is not an integral constant expression}}\
// expected-note {{initializer of 'i' is not a constant expression}}
}
+
+typedef bool __vbool2 __attribute__((ext_vector_type(2)));
+typedef short v2int16_t __attribute__((ext_vector_type(2)));
+
+bool issue155507(v2int16_t a, v2int16_t b) {
----------------
tbaederr wrote:
Not that I could find.
https://github.com/llvm/llvm-project/pull/155563
More information about the cfe-commits
mailing list