Re: [RFC, ARM][PATCH 0/5] Enhancements to handling of Thumb-2 conditional insns

2012-01-02 Thread Jakub Jelinek
On Fri, Dec 30, 2011 at 08:39:51PM +0400, Dmitry Melnik wrote: > This series of patches solves few issues we found with Thumb-2 > conditional insns. These fixes include: > > Do you think some of this patches are OK for trunk? Note that none of the included patches look like stage3 material (and

[RFC, ARM][PATCH 0/5] Enhancements to handling of Thumb-2 conditional insns

2011-12-30 Thread Dmitry Melnik
Hi, This series of patches solves few issues we found with Thumb-2 conditional insns. These fixes include: 1) Split if_then_else into cond_execs to generate only required minimum of IT-blocks; 2) Grouping conditional insns of same INSN_PRIORITY to avoid excessive splitting of IT-blocks; 3)