1 /* PR rtl-optimization/114211 */
2 /* { dg-do run { target int128 } } */
3 /* { dg-options "-O -fno-tree-coalesce-vars -Wno-psabi" } */
5 typedef unsigned __int128 V
__attribute__((__vector_size__ (16)));
10 foo (unsigned __int128 h
)
12 h
= h
<< 64 | h
>> 64;
21 if (x
[0] != (unsigned __int128
) 0xffffffff << 64)