Re: [PATCH] x86: Make testcase apx-spill_to_egprs-1.c more robust

2023-11-14 Thread Lehua Ding
Committed, thanks Hongtao. On 2023/11/14 18:24, Hongtao Liu wrote: On Tue, Nov 14, 2023 at 5:01 PM Lehua Ding wrote: Hi, This little patch adjust the assert in apx-spill_to_egprs-1.c testcase. The -mapxf compilation option allows more registers to be used, which in turn eliminates the need f

Re: [PATCH] x86: Make testcase apx-spill_to_egprs-1.c more robust

2023-11-14 Thread Hongtao Liu
On Tue, Nov 14, 2023 at 5:01 PM Lehua Ding wrote: > > Hi, > > This little patch adjust the assert in apx-spill_to_egprs-1.c testcase. > The -mapxf compilation option allows more registers to be used, which in > turn eliminates the need for local variables to be stored in stack memory. > Therefore,