> Am 10.09.2024 um 05:41 schrieb Andrew Pinski :
>
> This converts the uses of PHI_RESULT in phiopt to be gimple_phi_result
> instead. Since there was already a mismatch of uses here, it
> would be good to use prefered one (gimple_phi_result) instead.
>
> Bootstrapped and tested on x86_64-lin
> Am 10.09.2024 um 05:41 schrieb Andrew Pinski :
>
> This converts the uses of PHI_RESULT in phiopt to be gimple_phi_result
> instead. Since there was already a mismatch of uses here, it
> would be good to use prefered one (gimple_phi_result) instead.
>
> Bootstrapped and tested on x86_64-lin
This converts the uses of PHI_RESULT in phiopt to be gimple_phi_result
instead. Since there was already a mismatch of uses here, it
would be good to use prefered one (gimple_phi_result) instead.
Bootstrapped and tested on x86_64-linux-gnu.
PR tree-optimization/116643
gcc/ChangeLog: