Re: [PATCH 1/n] Add conditional compare framework in middle-end

2014-06-15 Thread Andrew Pinski
On Sat, Jun 14, 2014 at 7:50 PM, Andrew Pinski wrote: > On Mon, Feb 24, 2014 at 1:18 AM, Zhenqiang Chen > wrote: >> Hi, >> >> The patch (http://gcc.gnu.org/ml/gcc-patches/2014-11/msg03622.html) is >> re-based (the arm port change is stripped as a separate patch), which >> includes only the middle

Re: [PATCH 1/n] Add conditional compare framework in middle-end

2014-06-14 Thread Andrew Pinski
On Mon, Feb 24, 2014 at 1:18 AM, Zhenqiang Chen wrote: > Hi, > > The patch (http://gcc.gnu.org/ml/gcc-patches/2014-11/msg03622.html) is > re-based (the arm port change is stripped as a separate patch), which > includes only the middle-end changes. The basic logic for the patch > is: > > 1) Ident

[PATCH 1/n] Add conditional compare framework in middle-end

2014-02-24 Thread Zhenqiang Chen
Hi, The patch (http://gcc.gnu.org/ml/gcc-patches/2014-11/msg03622.html) is re-based (the arm port change is stripped as a separate patch), which includes only the middle-end changes. The basic logic for the patch is: 1) Identify conditional compare candidates when expanding one GIMPLE_COND. 2