Re: [RFC, ARM] Split xorsi with constant after reload

2011-12-20 Thread Richard Earnshaw
On 17/12/11 00:30, Richard Henderson wrote: > This follows the other logical patterns, andsi3 and iorsi3, which > also accept reg_or_int_operand and split post-reload. > > For the atomic optabs, I have two choices: either rely on this > post-reload splitting, or call arm_split_constant myself. M

[RFC, ARM] Split xorsi with constant after reload

2011-12-16 Thread Richard Henderson
This follows the other logical patterns, andsi3 and iorsi3, which also accept reg_or_int_operand and split post-reload. For the atomic optabs, I have two choices: either rely on this post-reload splitting, or call arm_split_constant myself. Making all of the logicals work similarly seemed cleane