Re: [gimplefe] Fixing the bug for gimple_assign statement with ternary operands

2012-07-10 Thread Sandeep Soni
On Fri, Jul 6, 2012 at 7:26 PM, Diego Novillo wrote: > On 12-07-06 00:38 , Sandeep Soni wrote: > >> I am halfway through the patch for building gimple_cond statements. I >> will be able to complete the patch over the weekend. I am also working >> towards a patch that generalizes the assignment sta

Re: [gimplefe] Fixing the bug for gimple_assign statement with ternary operands

2012-07-06 Thread Diego Novillo
On 12-07-06 00:38 , Sandeep Soni wrote: I am halfway through the patch for building gimple_cond statements. I will be able to complete the patch over the weekend. I am also working towards a patch that generalizes the assignment statements considering all possible types of assignments. Great!

[gimplefe] Fixing the bug for gimple_assign statement with ternary operands

2012-07-05 Thread Sandeep Soni
The following patch fixes the issues that were faced by the introduction of the previous patch Diego, the crux was using gimple_build_assign_with_ops3 for ternary operands. Thanks for your help in finding it. I am halfway through the patch for building gimple_cond statements. I will be able to com