================
@@ -723,3 +723,9 @@ not within the bounds of the input vectors; index of -1 
found at position 0 is n
 permitted in a constexpr context}}
         vector4charConst1,
         vector4charConst2, -1, -1, -1, -1);
+
+static_assert(__builtin_reduce_add((vector4char){}) == 0);
----------------
c8ef wrote:

I believe this is similar to zero initializing a vector with 4 char elements.

https://github.com/llvm/llvm-project/pull/116243
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to