[AArch64] Expand DImode constant stores to two SImode stores when profitable
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / store_repeating_constant_1.c
blob50d456834bcea10760f6cccecc89e3c21f53bb4c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=generic" } */
4 void
5 foo (unsigned long long *a)
7 a[0] = 0x0140c0da0140c0daULL;
10 /* { dg-final { scan-assembler-times "movk\\tw.*" 1 } } */
11 /* { dg-final { scan-assembler-times "stp\tw\[0-9\]+, w\[0-9\]+.*" 1 } } */