aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.cc
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-09-09 08:08:37 -0700
committerAndrew Pinski <quic_apinski@quicinc.com>2024-09-09 23:43:24 -0700
commit1b4497d61d47420a625240a117175a707bddb8fc (patch)
tree8c656a55dca5cfcf6a120d96948d7cad850ea84f /gcc/tree-vect-patterns.cc
parentc726a6643125a59e2ba6f992924a2d0098104578 (diff)
downloadgcc-1b4497d61d47420a625240a117175a707bddb8fc.zip
gcc-1b4497d61d47420a625240a117175a707bddb8fc.tar.gz
gcc-1b4497d61d47420a625240a117175a707bddb8fc.tar.bz2
phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]
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: * tree-ssa-phiopt.cc (replace_phi_edge_with_variable): s/PHI_RESULT/gimple_phi_result/. (factor_out_conditional_operation): Likewise. (minmax_replacement): Likewise. (spaceship_replacement): Likewise. (cond_store_replacement): Likewise. (cond_if_else_store_replacement_1): Likewise. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/tree-vect-patterns.cc')
0 files changed, 0 insertions, 0 deletions