Re: [PATCH 2/5] passes: Allow for second param for NEXT_PASS

2024-10-14 Thread Richard Biener
On Mon, Oct 14, 2024 at 4:25 AM Andrew Pinski wrote: > > Right now we currently only support 1 parameter for each pass in NEXT_PASS. > We also don't error out if someone tries to use more than 1. > This adds support for more than one but only to a max of max_number_args > (which is currently 2). >

[PATCH 2/5] passes: Allow for second param for NEXT_PASS

2024-10-13 Thread Andrew Pinski
Right now we currently only support 1 parameter for each pass in NEXT_PASS. We also don't error out if someone tries to use more than 1. This adds support for more than one but only to a max of max_number_args (which is currently 2). In the next patch, this will be used for DCE, adding a new parame