This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] TARGET_MEM_REF, version 3
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: Diego Novillo <dnovillo at redhat dot com>, Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org, stevenb at suse dot de
- Date: Mon, 2 May 2005 14:44:54 +0200
- Subject: Re: [patch] TARGET_MEM_REF, version 3
- References: <20050404202502.GA12195@atrey.karlin.mff.cuni.cz> <20050409064441.GA12217@redhat.com> <20050412232221.GA21081@atrey.karlin.mff.cuni.cz> <20050425164146.GA32357@topo.toronto.redhat.com> <20050502085626.GA2705@atrey.karlin.mff.cuni.cz>
- Reply-to: Richard Guenther <richard dot guenther at gmail dot com>
On 5/2/05, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:
> I have made a few other changes:
> -- simplified the generation of TARGET_MEM_REFs using the affine decompositions
> now used by ivopts
Did you consider moving the affine decompositions stuff somewhere
easier to find, like
in fold-const.c? Could other code doing similar things (fold and
fold_stmt) use this
implementation for folding address computations? Is it cheap enough
for this task?
Richard.