Re: [PATCH][AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderX

2014-12-09 Thread Marcus Shawcroft
On 5 December 2014 at 14:36, Kyrill Tkachov wrote: > Hi all, > > Andrew posted this patch sometime ago (before stage1 closed) and I had > rebased it on top of the > other macro fusion patches in that series. > This is a respin of that patch with the comment about not calling > get_attr_type > repe

[PATCH][AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderX

2014-12-05 Thread Kyrill Tkachov
Hi all, Andrew posted this patch sometime ago (before stage1 closed) and I had rebased it on top of the other macro fusion patches in that series. This is a respin of that patch with the comment about not calling get_attr_type repeatedly resolved (https://gcc.gnu.org/ml/gcc-patches/2014-11/ms

Re: [PATCH][AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderX

2014-11-18 Thread Richard Earnshaw
On 18/11/14 10:34, Kyrill Tkachov wrote: > Hi all, > > This is a rebase of Andrews' CMP+BRANCH fusion patch on top of my macro > fusion patches. > I've assigned the number 1<<4 to AARCH64_FUSE_CMP_BRANCH. > > I've given it a test on top of my fusion patches. > > Ok for trunk together with the r

[PATCH][AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderX

2014-11-18 Thread Kyrill Tkachov
Hi all, This is a rebase of Andrews' CMP+BRANCH fusion patch on top of my macro fusion patches. I've assigned the number 1<<4 to AARCH64_FUSE_CMP_BRANCH. I've given it a test on top of my fusion patches. Ok for trunk together with the rest? 2014-11-14 Andrew Pinski * config/aarch64/a