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).
>
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