Re: [PATCH]Beginning of multi-block duplicate support in tree-ssa-threadupdate.c

2013-11-18 Thread Jeff Law
On 11/18/13 15:16, Steven Bosscher wrote: On Mon, Nov 18, 2013 at 10:57 PM, Jeff Law wrote: This is the beginnings of multi-block duplication support in tree-ssa-threadupdate.c and is part of the general FSA optimization work. FSA, FSA, ... what does that acronym (?) stand for? FSA/FSM fini

Re: [PATCH]Beginning of multi-block duplicate support in tree-ssa-threadupdate.c

2013-11-18 Thread Steven Bosscher
On Mon, Nov 18, 2013 at 10:57 PM, Jeff Law wrote: > > This is the beginnings of multi-block duplication support in > tree-ssa-threadupdate.c and is part of the general FSA optimization work. FSA, FSA, ... what does that acronym (?) stand for? Ciao! Steven

[PATCH]Beginning of multi-block duplicate support in tree-ssa-threadupdate.c

2013-11-18 Thread Jeff Law
This is the beginnings of multi-block duplication support in tree-ssa-threadupdate.c and is part of the general FSA optimization work. This patch creates space in the redirection_data structure for the additional duplicated block, adds some infrastructure to duplicate a second block, updates