mirror of git://gcc.gnu.org/git/gcc.git
pr35356-2.c: Update according to the ISL code generator.
[gcc/testsuite] * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code generator. From-SVN: r213905
This commit is contained in:
parent
b383fcb4f8
commit
0bcb976e6a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-13 Roman Gareev <gareevroman@gmail.com>
|
||||||
|
|
||||||
|
* gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
|
||||||
|
generator.
|
||||||
|
|
||||||
2014-08-12 Jakub Jelinek <jakub@redhat.com>
|
2014-08-12 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR target/62025
|
PR target/62025
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all" } */
|
/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all -fgraphite-code-generator=isl" } */
|
||||||
|
|
||||||
int a[100];
|
int a[100];
|
||||||
|
|
||||||
|
|
@ -38,7 +38,5 @@ foo (int bar, int n, int k)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* { dg-final { scan-tree-dump-times "for\[^\n\]+\n\[^\n\]+if" 0 "graphite" } } */
|
||||||
/* { dg-final { scan-tree-dump-times "MIN_EXPR\[^\\n\\r]*;" 4 "graphite" } } */
|
|
||||||
/* { dg-final { scan-tree-dump-times "MAX_EXPR\[^\\n\\r]*;" 4 "graphite" } } */
|
|
||||||
/* { dg-final { cleanup-tree-dump "graphite" } } */
|
/* { dg-final { cleanup-tree-dump "graphite" } } */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue