Re: [PATCH][GCC][Arm] Cleanup up reg to reg move in neon_mov.

2018-07-31 Thread Kyrill Tkachov
Hi Tamar, On 23/07/18 17:52, Tamar Christina wrote: Hi All, About 13 years ago the reg-to-reg patterns were split up, before that time output_move_double could actually handle this case. After the split was done most patterns were updated except for *neon_mov which incorrectly retained reg,reg

RE: [PATCH][GCC][Arm] Cleanup up reg to reg move in neon_mov.

2018-07-31 Thread Tamar Christina
> Subject: [PATCH][GCC][Arm] Cleanup up reg to reg move in neon_mov. > > Hi All, > > About 13 years ago the reg-to-reg patterns were split up, before that time > output_move_double could actually handle this case. > > After the split was done most patterns were updated except

[PATCH][GCC][Arm] Cleanup up reg to reg move in neon_mov.

2018-07-23 Thread Tamar Christina
Hi All, About 13 years ago the reg-to-reg patterns were split up, before that time output_move_double could actually handle this case. After the split was done most patterns were updated except for *neon_mov which incorrectly retained reg,reg as a valid alternative. However output_move_double ca