1 /* PR rtl-optimization/78526 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O -fno-tree-ccp -fno-tree-sra -g -w" } */
4 /* { dg-additional-options "-mavx512bw" { target i?86-*-* x86_64-*-* } } */
6 typedef unsigned U
__attribute__ ((vector_size (64)));
7 typedef unsigned __int128 V
__attribute__ ((vector_size (64)));
20 return bar (u
, (U
) {}, (V
) {});