Re: [PATCH] slp: Fix handling of IFN_CLZ/CTZ [PR112536]

2023-11-15 Thread Richard Biener
On Thu, 16 Nov 2023, Jakub Jelinek wrote: > Hi! > > We ICE on the following testcase now that IFN_C[LT]Z calls can have one or > two arguments (where 2 mean it is well defined at zero). > The following patch makes us create child node only for the first argument > and compatible_calls_p ensures

[PATCH] slp: Fix handling of IFN_CLZ/CTZ [PR112536]

2023-11-15 Thread Jakub Jelinek
Hi! We ICE on the following testcase now that IFN_C[LT]Z calls can have one or two arguments (where 2 mean it is well defined at zero). The following patch makes us create child node only for the first argument and compatible_calls_p ensures the other argument is the same, which at least