i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr97693.c
blob4da44c7055539d018f7135424cce2ecece8a7f3a
1 /* { dg-do compile } */
3 extern short a[];
4 int b;
5 short c, d;
6 unsigned e() {
7 if (c)
8 return c;
9 return d;
11 void f() {
12 for (unsigned g = b; g; g += 6)
13 for (_Bool h = 0; h < (_Bool)e(); h = 1)
14 a[g] = 1 / b;