Re: [PATCH 1/2] phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]

2024-09-09 Thread Richard Biener
> 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

Re: [PATCH 1/2] phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]

2024-09-09 Thread Richard Biener
> 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

[PATCH 1/2] phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]

2024-09-09 Thread 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-linux-gnu. PR tree-optimization/116643 gcc/ChangeLog: