This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Omega data dependence test for trunk
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Sebastian Pop <sebastian dot pop at inria dot fr>
- Cc: gcc-patches at gcc dot gnu dot org, Daniel Berlin <dberlin at dberlin dot org>
- Date: Fri, 09 Mar 2007 09:00:38 -0500
- Subject: Re: Omega data dependence test for trunk
- References: <cb9d34b20702122327j1d2d1897v83cfdcec1bdcc2c2@mail.gmail.com> <45ED75EC.3080703@redhat.com> <cb9d34b20703090449g5282ba5fn1a60a71ca42d4439@mail.gmail.com>
Sebastian Pop wrote on 03/09/07 07:49:
> Index: gcc/doc/loop.texi
> ===================================================================
> --- gcc/doc/loop.texi (revision 122747)
> +++ gcc/doc/loop.texi (working copy)
> @@ -26,6 +26,7 @@ variable analysis and number of iteratio
> * Number of iterations:: Number of iterations analysis.
> * Dependency analysis:: Data dependency analysis.
> * Lambda:: Linear loop transformations framework.
> +* Omega:: A solver for linear programming problems.
> @end menu
Looks fine. Thanks.