This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 0/3] IPA-SRA (merge from pretty-ipa)
- From: Martin Jambor <mjambor at suse dot cz>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, Richard Guenther <rguenther at suse dot de>
- Date: Wed, 16 Sep 2009 19:00:52 +0200
- Subject: [PATCH 0/3] IPA-SRA (merge from pretty-ipa)
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).
Thanks,
Martin