This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Matrix Flattening and Transposing optimizations
- From: Razya Ladelsky <RAZYA at il dot ibm dot com>
- To: Eric Christopher <echristo at apple dot com>
- Cc: dberlin at dberlin dot org, dnovillo at redhat dot com, gcc-patches at gcc dot gnu dot org
- Date: Mon, 26 Mar 2007 10:30:43 +0200
- Subject: Re: [PATCH] Matrix Flattening and Transposing optimizations
Eric Christopher <echristo@apple.com> wrote on 26/03/2007 01:30:54:
>
> On Mar 25, 2007, at 4:21 AM, Razya Ladelsky wrote:
>
> > The optimization should be applied with the flags :
> > -fipa-mreorg (-fdump-ipa-mreorg) -fwhole-program -combine
>
> How about -fipa-matrix-reorg? I don't think long command line options
> are going to kill us. :)
>
Sure, if that makes more sense... :)
> -eric