[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr84860.c
blob002737c71b567ce9fc4abffeaf4d7878bbcbff9c
1 /* PR target/84860 */
3 void
4 foo (int x, int y)
6 while (x < 1)
8 x = y;
9 y = ((float)1 / 0) ? 2 : 0;