Re: [PATCH][AArch64] Cleanup add expander

2016-11-01 Thread James Greenhalgh
On Mon, Oct 24, 2016 at 04:19:47PM +, Wilco Dijkstra wrote: > The add expander still contains some expansion code that was required for the > previous prolog/epilog code, but which is no longer needed. I also noticed > that > the current version splits off immediates from frame addressing ins

[PATCH][AArch64] Cleanup add expander

2016-10-24 Thread Wilco Dijkstra
The add expander still contains some expansion code that was required for the previous prolog/epilog code, but which is no longer needed. I also noticed that the current version splits off immediates from frame addressing instructions, which doesn't seem a good idea. Avoiding this resulted in sma