Re: [PATCH][AArch64] Use gen_frame_mem for callee-saves

2017-08-07 Thread Richard Earnshaw (lists)
On 04/08/17 13:24, Wilco Dijkstra wrote: > The frame code uses a mixture of gen_rtx_MEM and gen_frame_mem for > callee-saves. Callee-saves never alias with local variables, so using > gen_frame_mem is correct. Minor cleanup - no change in code. > > OK for commit? OK. R. > > ChangeLog: > 2017-

[PATCH][AArch64] Use gen_frame_mem for callee-saves

2017-08-04 Thread Wilco Dijkstra
The frame code uses a mixture of gen_rtx_MEM and gen_frame_mem for callee-saves. Callee-saves never alias with local variables, so using gen_frame_mem is correct. Minor cleanup - no change in code. OK for commit? ChangeLog: 2017-08-04 Wilco Dijkstra gcc/ * config/aarch64/aarch64.