[PATCH, ARM][9/n] Split scc patterns using movsicc

2013-04-12 Thread Greta Yorsh
This patch converts define_insn into define_insn_and_split for simple scc patterns and emits RTL insns that match movsicc pattern. Tested as part of the series for splitting arm.md patterns that output multiple asm instructions. No regression on qemu with arm-none-eabi and bootstrap successful.

Re: [PATCH, ARM][9/n] Split scc patterns using movsicc

2013-04-12 Thread Richard Earnshaw
On 12/04/13 12:03, Greta Yorsh wrote: This patch converts define_insn into define_insn_and_split for simple scc patterns and emits RTL insns that match movsicc pattern. Tested as part of the series for splitting arm.md patterns that output multiple asm instructions. No regression on qemu with