This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: long pending patch for tree-profiling-branch
- From: Steven Bosscher <stevenb at suse dot de>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Olga Golovanevsky <OLGA at il dot ibm dot com>, jh at suse dot cz, Daniel Berlin <dberlin at us dot ibm dot com>, dnovillo at redhat dot com, gcc-patches at gcc dot gnu dot org, Ira Rosen <IRAR at il dot ibm dot com>
- Date: Sun, 24 Jul 2005 21:37:52 +0200
- Subject: Re: long pending patch for tree-profiling-branch
- References: <OF293A11CE.2D13C000-ONC2257048.003FCB6C-C2257048.004F2B06@il.ibm.com> <1122222790.22708.8.camel@dyn9002219129>
On Sunday 24 July 2005 18:33, Daniel Berlin wrote:
> > * tree-vect-analyze.c: (ipa-prop.h): New include file.
> > (vect_base_addr_differ_p): User ipaa interface to
> > disambiguate formals.
>
> You really shouldn't be doing that there.
I was thinking the same thing. But without this, how can we use
the results of this analysis in the tree optimizers? There is
still no way to encode it in the virtual operands...
Gr.
Steven