| Submitter | Uros Bizjak |
|---|---|
| Date | July 7, 2011, 10:36 a.m. |
| Message ID | <CAFULd4YtAHx1cFmtZCH3XP0hFaJO1CKuZD9CXotGtc4BGFQYiA@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/103636/ |
| State | New |
| Headers | show |
Comments
On Thu, Jul 7, 2011 at 05:36, Uros Bizjak <ubizjak@gmail.com> wrote: > Hello! > > We should add loop blocking flags (the same as in graphite.exp) if we > want to check graphite tree dump. > > 2011-07-07 Uros Bizjak <ubizjak@gmail.com> > > * gcc.dg/graphite/pr37485.c (dg-options): Add -floop-block > -fno-loop-strip-mine -fno-loop-interchange -ffast-math. > > Tested on x86_64-pc-linux-gnu {,-m32}. > > OK for mainline? Yes, thanks, Sebastian
Patch
Index: gcc.dg/graphite/pr37485.c =================================================================== --- gcc.dg/graphite/pr37485.c (revision 175956) +++ gcc.dg/graphite/pr37485.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-options "-O2 -fdump-tree-graphite-all" } */ +/* { dg-options "-O2 -floop-block -fno-loop-strip-mine -fno-loop-interchange -ffast-math -fdump-tree-graphite-all" } */ typedef unsigned char UChar; typedef int Int32;
Hello! We should add loop blocking flags (the same as in graphite.exp) if we want to check graphite tree dump. 2011-07-07 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/graphite/pr37485.c (dg-options): Add -floop-block -fno-loop-strip-mine -fno-loop-interchange -ffast-math. Tested on x86_64-pc-linux-gnu {,-m32}. OK for mainline? Uros.