i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr103864.c
blob464d5731a42d7064abc9ccd79af1e04e98998a01
1 /* { dg-do compile } */
2 /* { dg-additional-options "-O3 -fno-tree-reassoc" } */
4 void
5 crash_me (short int *crash_me_result, int i, char crash_me_ptr_0)
7 while (i < 1)
9 int j;
11 for (j = 0; j < 2; ++j)
12 crash_me_result[j] += crash_me_ptr_0 + 1;
14 i += 3;