Re: [Patch ARM 1/6] Canonicalize neon_vaba and neon_vabal patterns.

2012-08-08 Thread Ramana Radhakrishnan
On 3 August 2012 16:00, Richard Earnshaw wrote: > On 30/07/12 12:43, Ramana Radhakrishnan wrote: >>> Patch 1 fixes up the vaba and vabal patterns to use a canonical RTL >>> form with the first operand to the plus being the more complex one. >> >> This patch canonicalizes the instruction patterns f

Re: [Patch ARM 1/6] Canonicalize neon_vaba and neon_vabal patterns.

2012-08-03 Thread Richard Earnshaw
On 30/07/12 12:43, Ramana Radhakrishnan wrote: >> Patch 1 fixes up the vaba and vabal patterns to use a canonical RTL >> form with the first operand to the plus being the more complex one. > > This patch canonicalizes the instruction patterns for the > vaba and vabal intrinsics so that the more co

[Patch ARM 1/6] Canonicalize neon_vaba and neon_vabal patterns.

2012-07-30 Thread Ramana Radhakrishnan
> Patch 1 fixes up the vaba and vabal patterns to use a canonical RTL > form with the first operand to the plus being the more complex one. This patch canonicalizes the instruction patterns for the vaba and vabal intrinsics so that the more complex operand to plus is the first operand. This preven