Re: [PATCH][ARM] Remove remaining Neon DImode support

2019-08-22 Thread Kyrill Tkachov
Hi Wilco, On 7/22/19 5:18 PM, Wilco Dijkstra wrote: Remove the remaining Neon adddi3, subdi3 and negdi2 patterns.  As a result adddi3, subdi3 and negdi2 can now always be expanded early irrespectively of whether Neon is available.  Also expand the extenddi patterns at the same time.  Several N

Re: [PATCH][ARM] Remove remaining Neon DImode support

2019-08-19 Thread Wilco Dijkstra
  ping      Remove the remaining Neon adddi3, subdi3 and negdi2 patterns.  As a result  adddi3, subdi3 and negdi2 can now always be expanded early irrespectively of  whether Neon is available.  Also expand the extenddi patterns at the same  time.  Several Neon arch attributes are no long

Re: [PATCH][ARM] Remove remaining Neon DImode support

2019-07-31 Thread Wilco Dijkstra
ping   Remove the remaining Neon adddi3, subdi3 and negdi2 patterns.  As a result adddi3, subdi3 and negdi2 can now always be expanded early irrespectively of whether Neon is available.  Also expand the extenddi patterns at the same time.  Several Neon arch attributes are no longer used and

[PATCH][ARM] Remove remaining Neon DImode support

2019-07-22 Thread Wilco Dijkstra
Remove the remaining Neon adddi3, subdi3 and negdi2 patterns. As a result adddi3, subdi3 and negdi2 can now always be expanded early irrespectively of whether Neon is available. Also expand the extenddi patterns at the same time. Several Neon arch attributes are no longer used and removed. Code