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
This commit is contained in:
parent
e0ae02888f
commit
a3f97e0380
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { 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
|
||||
|
Loading…
Reference in New Issue
Block a user