[committed] Disable ABS instruction on bfin port
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / costmodel / x86_64 / costmodel-pr104582-2.c
blobd060135d8777fc5cd5c50e16a57647c32253bde7
1 /* { dg-do compile } */
2 /* { dg-additional-options "-msse -mtune=generic -fdump-tree-slp2-details" } */
4 struct S { unsigned long a, b; } s;
6 void
7 foo (unsigned long a, unsigned long b)
9 s.a = a;
10 s.b = b;
13 /* { dg-final { scan-tree-dump-not "basic block part vectorized" "slp2" } } */