Re: [PATCH][ARM] PR56315 Improve code generation for DImode IOR

2013-05-31 Thread Richard Earnshaw
On 31/05/13 09:46, Kyrylo Tkachov wrote: Hi all, This patch improves code generation for DImode bitwise IOR operations for arm. The expander can now handle immediate values and the define_insn is changed to an insn_and_split. The NEON version is merged with the scalar version. For code: unsi

[PATCH][ARM] PR56315 Improve code generation for DImode IOR

2013-05-31 Thread Kyrylo Tkachov
Hi all, This patch improves code generation for DImode bitwise IOR operations for arm. The expander can now handle immediate values and the define_insn is changed to an insn_and_split. The NEON version is merged with the scalar version. For code: unsigned long long or64 (unsigned long long inpu