Re: [PATCH] cselim: Update the vop manually for cond_if_else_store replacement

2025-06-05 Thread Richard Biener
On Fri, Jun 6, 2025 at 7:30 AM Andrew Pinski wrote: > > To speed up things slightly, we can do the update of the vop for the > newly inserted store manually. > This will also allow a simplified part of cselim to be used inside > phi-opt to move the store out earlier and independent of the full cse

[PATCH] cselim: Update the vop manually for cond_if_else_store replacement

2025-06-05 Thread Andrew Pinski
To speed up things slightly, we can do the update of the vop for the newly inserted store manually. This will also allow a simplified part of cselim to be used inside phi-opt to move the store out earlier and independent of the full cselim. gcc/ChangeLog: * tree-ssa-phiopt.cc (cond_if_els