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

2024-08-13 Thread Sam James
Xianmiao Qu writes: > On Wed, Aug 14, 2024 at 01:01:35AM +0800, Xianmiao Qu wrote: >> static void scan_operands (class data *, rtx, int, int); >> -static int compare_operands (struct operand_data *, >> - struct operand_data *); >> static void place_operands (class data *

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

2024-08-13 Thread Xianmiao Qu
On Wed, Aug 14, 2024 at 01:01:35AM +0800, Xianmiao Qu wrote: > static void scan_operands (class data *, rtx, int, int); > -static int compare_operands (struct operand_data *, > - struct operand_data *); > static void place_operands (class data *); Oh, there is an mistake