Re: [Patch][AArch64] Shift right pattern fix

2014-02-06 Thread James Greenhalgh
On Mon, Feb 03, 2014 at 10:31:48AM +, Alex Velenko wrote: > Hi, > I agree to changelog change. Could this patch, please, be submitted as I > do not have rights to do so. > Kind regards, > Alex > > On 30/01/14 22:36, Marcus Shawcroft wrote: > > On 30 January 2014 15:28, Alex Velenko wrote: >

Re: [Patch][AArch64] Shift right pattern fix

2014-02-03 Thread Alex Velenko
Hi, I agree to changelog change. Could this patch, please, be submitted as I do not have rights to do so. Kind regards, Alex On 30/01/14 22:36, Marcus Shawcroft wrote: On 30 January 2014 15:28, Alex Velenko wrote: Hi, This patch fixes shift right pattern, as it failed on -O0 after shift righ

Re: [Patch][AArch64] Shift right pattern fix

2014-01-30 Thread Marcus Shawcroft
On 30 January 2014 15:28, Alex Velenko wrote: > Hi, > This patch fixes shift right pattern, as it failed on -O0 after shift > right patch. The reason was unnecessary movement of immediate value to > a register due to type mismatch. > Patch is tested not to cause any additional regressions. > Could

[Patch][AArch64] Shift right pattern fix

2014-01-30 Thread Alex Velenko
Hi, This patch fixes shift right pattern, as it failed on -O0 after shift right patch. The reason was unnecessary movement of immediate value to a register due to type mismatch. Patch is tested not to cause any additional regressions. Could someone, please, approve and commit this patch, as I do n