This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][7/n] into-SSA TLC
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 2 Aug 2012 01:15:30 +0200
- Subject: Re: [PATCH][7/n] into-SSA TLC
- References: <alpine.LNX.2.00.1208011045430.17088@jbgna.fhfr.qr>
On 01/08/12 10:47, Richard Guenther wrote:
> * tree-ssa-tail-merge.c (release_last_vdef): Remove.
> (replace_block_by): Adjust.
> (tail_merge_optimize): Use mark_virtual_operands_for_renaming.
Richard,
this caused PR50672 to trigger again.
Thanks,
- Tom