1 /* PR middle-end/97487 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 --param max-rtl-if-conversion-unpredictable-cost=0 -Wno-psabi -w" } */
5 typedef long long int V
__attribute__((vector_size (16)));
10 long long int t1
= y
[0];
11 long long int t2
= x
[0];