Re: [PATCH] Remove N^2 update-ssa calls in IPA SRA

2014-02-19 Thread Jakub Jelinek
On Mon, Feb 17, 2014 at 02:38:42PM +0100, Richard Biener wrote: > > This removes the update_ssa call in ipa_modify_call_arguments by > keeping virtual SSA form up-to-date. It also avoids leaking > the virtual SSA name defined by the replaced call (and thus > keeping more than necessary memory liv

[PATCH] Remove N^2 update-ssa calls in IPA SRA

2014-02-17 Thread Richard Biener
This removes the update_ssa call in ipa_modify_call_arguments by keeping virtual SSA form up-to-date. It also avoids leaking the virtual SSA name defined by the replaced call (and thus keeping more than necessary memory live during early transforms). Bootstrap and regtest in progress on x86_64-u