Re: Tree SSA If-combine optimization pass in GCC

2015-02-18 Thread Richard Biener
Vidhumouli Hunsigida; > Nagaraju Mekala > Subject: Re: Tree SSA If-combine optimization pass in GCC > > On Tue, Feb 17, 2015 at 11:26 AM, Ajit Kumar Agarwal > wrote: >> >> >> -Original Message- >> From: Richard Biener [mailto:richard.guent...@gmail.

RE: Tree SSA If-combine optimization pass in GCC

2015-02-17 Thread Ajit Kumar Agarwal
tya Gupta; Vidhumouli > Hunsigida; Nagaraju Mekala > Subject: Re: Tree SSA If-combine optimization pass in GCC > > On Tue, Feb 17, 2015 at 9:22 AM, Ajit Kumar Agarwal > wrote: >> Hello All: >> >> I can see the IF-combining (If-merging) pass of optimization on tree-

Re: Tree SSA If-combine optimization pass in GCC

2015-02-17 Thread Richard Biener
tya Gupta; Vidhumouli Hunsigida; > Nagaraju Mekala > Subject: Re: Tree SSA If-combine optimization pass in GCC > > On Tue, Feb 17, 2015 at 9:22 AM, Ajit Kumar Agarwal > wrote: >> Hello All: >> >> I can see the IF-combining (If-merging) pass of optimization on tree-ssa >

RE: Tree SSA If-combine optimization pass in GCC

2015-02-17 Thread Ajit Kumar Agarwal
-Original Message- From: Richard Biener [mailto:richard.guent...@gmail.com] Sent: Tuesday, February 17, 2015 3:42 PM To: Ajit Kumar Agarwal Cc: gcc@gcc.gnu.org; Vinod Kathail; Shail Aditya Gupta; Vidhumouli Hunsigida; Nagaraju Mekala Subject: Re: Tree SSA If-combine optimization pass

Re: Tree SSA If-combine optimization pass in GCC

2015-02-17 Thread Richard Biener
On Tue, Feb 17, 2015 at 9:22 AM, Ajit Kumar Agarwal wrote: > Hello All: > > I can see the IF-combining (If-merging) pass of optimization on tree-ssa form > of intermediate representation. > The IF-combine or merging takes of merging the IF-THEN-ELSE if the condition > Expr found be congruent or