[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr52113.c
blob61de64ff3a3cdbd4c3b22cb83336f2a091b037e5
1 /* PR rtl-optimization/52113 */
3 unsigned long v1;
4 unsigned char v2;
6 void
7 foo (void)
9 if (v1 > (v2 * 1000L))
10 v1 = 0;