Commit 8de22ea0 by Richard Biener Committed by Richard Biener

costmodel-pr68961.c: Remove.

2016-07-27  Richard Biener  <rguenther@suse.de>

	* gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove.

From-SVN: r238784
parent dd583351
2016-07-27 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove.
2016-07-27 Martin Liska <mliska@suse.cz> 2016-07-27 Martin Liska <mliska@suse.cz>
* gcc.dg/predict-13.c: New test. * gcc.dg/predict-13.c: New test.
......
/* { dg-do compile } */
/* { dg-additional-options "-fdump-tree-slp-details" } */
struct x { double d[2]; };
struct x
pack (double a, double aa)
{
struct x u;
u.d[0] = a;
u.d[1] = aa;
return u;
}
/* { dg-final { scan-tree-dump-times "vectorization is not profitable" 1 "slp2" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment