On Thu Apr 4 12:30:35 2024 +0000, Giovanni Mascellani wrote:
Shouldn't you process the sources too? The PHI instruction is soon going to be dropped, but the parameters that are referenced by `incoming` will be later inserted back in the code stream, and the sources might very well come from another PHI instruction, I guess.
If sources are from another phi, they will be processed as a dst by this call on another iteration.