Re: [PATCH 5/5] [amdgcn] Unfix frame pointer

2019-11-15 Thread Andrew Stubbs
On 14/11/2019 15:34, Kwok Cheung Yeung wrote: This patch unfixes the registers for the hard frame pointer so that they can be used for other purposes if the frame pointer is not in use. This patch is dependent on the commit 'Support using multiple registers to hold the frame pointer' (r277895)

[PATCH 5/5] [amdgcn] Unfix frame pointer

2019-11-14 Thread Kwok Cheung Yeung
This patch unfixes the registers for the hard frame pointer so that they can be used for other purposes if the frame pointer is not in use. This patch is dependent on the commit 'Support using multiple registers to hold the frame pointer' (r277895) to work properly. Okay for trunk? Kwok 20