This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 0/3] IPA-SRA (merge from pretty-ipa)
- From: Richard Guenther <rguenther at suse dot de>
- To: Martin Jambor <mjambor at suse dot cz>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Jan Hubicka <hubicka at ucw dot cz>
- Date: Thu, 17 Sep 2009 11:17:17 +0200 (CEST)
- Subject: Re: [PATCH 0/3] IPA-SRA (merge from pretty-ipa)
- References: <20090916170052.874873582@virgil.suse.cz>
On Wed, 16 Sep 2009, Martin Jambor wrote:
> Hi,
>
> this is another resubmission of IPA-SRA. I have incorporated the
> feedback about dereference legality check which now uses only one
> array and propagates information upwards towards ENTRY. After the VTA
> merge, ptr_parm_has_direct_uses needs to ignore debug statements and
> modify_function must be able to reset them when they contain values
> that no longer make sense.
>
> Bootstrapped and tested on x86_64-linux (and a slightly older version
> on i586-linux too).
Ok.
Thanks,
Richard.