1 /* { dg-do compile } */
2 /* { dg-require-effective-target int32 } */
3 /* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
4 /* { dg-additional-options "-fgimple -fdump-tree-fre1" } */
6 typedef int v4si
__attribute__((vector_size(16)));
8 int __GIMPLE (ssa
,startwith("fre"))
20 _1
= (__SIZETYPE__
) i_3
;
21 _2
= _1
* _Literal (__SIZETYPE__
) 4;
22 p_4
= _Literal (int *) &x
+ _2
;
23 __MEM
<v4si
> ((v4si
*)p_4
) = _Literal (v4si
) {};
28 /* { dg-final { scan-tree-dump "return 0;" "fre1" } } */