Re: [PATCH v5] genoutput: Accelerate the place_operands function.

2024-08-13 Thread Xianmiao Qu
On Wed, Aug 14, 2024 at 03:51:55AM +0100, Sam James wrote: > > LGTM. > > thanks, > sam It's committed, thanks. BR, Xianmiao

Re: [PATCH v5] genoutput: Accelerate the place_operands function.

2024-08-13 Thread Sam James
Xianmiao Qu writes: > With the increase in the number of modes and patterns for some > backend architectures, the place_operands function becomes a > bottleneck int the speed of genoutput, and may even become a > bottleneck int the overall speed of building the GCC project. > This patch aims to a

[PATCH v5] genoutput: Accelerate the place_operands function.

2024-08-13 Thread Xianmiao Qu
With the increase in the number of modes and patterns for some backend architectures, the place_operands function becomes a bottleneck int the speed of genoutput, and may even become a bottleneck int the overall speed of building the GCC project. This patch aims to accelerate the place_operands fun