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 pins...@gmail.com wrote: On Mon, Feb 24, 2014 at 1:18 AM, Zhenqiang Chen zhenqiang.c...@linaro.org 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),

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 zhenqiang.c...@linaro.org 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

[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.