Commit a3f97e03 by Richard Biener Committed by Richard Biener

re PR tree-optimization/61743 (Complete unroll is not happened for loops with short upper bound)

2015-01-16  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/61743
	* gcc.dg/tree-ssa/pr61743-1.c: Add -fno-tree-vectorize.
	* gcc.dg/tree-ssa/pr61743-2.c: Likewise.

From-SVN: r219725
parent e0ae0288
2015-01-16 Richard Biener <rguenther@suse.de>
PR tree-optimization/61743
* gcc.dg/tree-ssa/pr61743-1.c: Add -fno-tree-vectorize.
* gcc.dg/tree-ssa/pr61743-2.c: Likewise.
2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
* gcc.dg/pr64015.c: New test.
......
/* { dg-do compile } */
/* { dg-options "-O3 -funroll-loops -fdump-tree-cunroll-details" } */
/* { dg-options "-O3 -funroll-loops -fno-tree-vectorize -fdump-tree-cunroll-details" } */
#define N 8
#define M 14
......
/* { dg-do compile } */
/* { dg-options "-O3 -funroll-loops -fdump-tree-cunroll-details" } */
/* { dg-options "-O3 -funroll-loops -fno-tree-vectorize -fdump-tree-cunroll-details" } */
#define N 8
#define M 14
......
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