This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa/lno compute_may_aliases failure
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Dorit Naishlos <DORIT at il dot ibm dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 20 May 2004 09:00:25 -0400
- Subject: Re: tree-ssa/lno compute_may_aliases failure
- Organization: Red Hat Canada
- References: <OFA0AE56E1.FD8700CF-ONC2256E99.0074C204-C2256E99.007613E0@il.ibm.com>
On Wed, 2004-05-19 at 17:29, Dorit Naishlos wrote:
> Is there a known reason why compute_may_aliases shouldn't be applied where
> I applied it? should I have called an additional pass before it?
>
None. In theory, you should be able to run alias anywhere. However,
IIRC PTA cannot be applied once we are in SSA form. That's why you see
it sequenced before pass_build_ssa (Dan, has that changed?).
You seem to have run into a bug in pass_may_alias. It almost looks like
we are not marking some variable for renaming. Could you file a PR with
your patch and test case and assign it to me? I'm currently busy with
something else and I don't want to forget about this one.
Thanks. Diego.