Re: [PATCH] CCP: Manually rename the virtual mem op when inserting clobbers

2025-05-31 Thread Richard Biener
On Sat, May 31, 2025 at 11:07 AM Andrew Pinski wrote: > > Right now the only place where CCP needs to have the virtual op renamed is > after inserting clobbers which come right before __builtin_stack_restore. > So let's manually do the correct thing so we can remove the TODO_update_ssa > todo. O

[PATCH] CCP: Manually rename the virtual mem op when inserting clobbers

2025-05-31 Thread Andrew Pinski
Right now the only place where CCP needs to have the virtual op renamed is after inserting clobbers which come right before __builtin_stack_restore. So let's manually do the correct thing so we can remove the TODO_update_ssa todo. gcc/ChangeLog: * tree-ssa-ccp.cc (insert_clobber_before_s