1 /* { dg-do compile } */
2 /* { dg-additional-options "-O1 -fdump-tree-dce -w" } */
3 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
7 typedef unsigned int v4si
__attribute__ ((vector_size (16)));
9 __attribute__((noinline
, noipa
))
12 v4si mask
= { 255, 15, 1, 0xFFFF };
14 return (x
& ~mask
) == zeros
;
17 /* { dg-final { scan-tree-dump {<=\s*.+\{ 255, 15, 1, 65535 \}} dce7 { target vect_int } } } */