Re: [PATCH][ARM] Fix insn type of movmisalign neon load pattern

2014-09-18 Thread Richard Earnshaw
On 18/09/14 11:01, Kyrill Tkachov wrote: > Hi all, > > While browsing the code I noticed that the pattern in the patch has a > store type when it is really a vld1 operation. Looking at the patterns > around it, I think it was just a copy-pasto. > > The patch corrects that. > > Tested arm-none-

[PATCH][ARM] Fix insn type of movmisalign neon load pattern

2014-09-18 Thread Kyrill Tkachov
Hi all, While browsing the code I noticed that the pattern in the patch has a store type when it is really a vld1 operation. Looking at the patterns around it, I think it was just a copy-pasto. The patch corrects that. Tested arm-none-eabi. Ok for trunk? 2014-09-18 Kyrylo Tkachov *