This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Continue stmt branch prediction


On Sat, Feb 9, 2008 at 2:48 PM, Jan Hubicka <jh@suse.cz> wrote:

>  statement
>   if (test1 || test2 || test3 || test4)
>     continue;

I'm wondering if we really need another IL node for this.  Why not add
new attributes to GOTO_EXPR, instead?  Those then become edge
attributes.  Much less machinery to manipulate this way.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]