Re: [PATCH] PHIOPT: Update comment about what the pass now does

2023-05-01 Thread Jeff Law via Gcc-patches
On 5/1/23 10:37, Andrew Pinski via Gcc-patches wrote: I noticed I didn't update the comment about how the pass works after I initially added match_simplify_replacement. Anyways this updates the comment to be the current state of the pass. OK? gcc/ChangeLog: * tree-ssa-phiopt.cc: Upd

[PATCH] PHIOPT: Update comment about what the pass now does

2023-05-01 Thread Andrew Pinski via Gcc-patches
I noticed I didn't update the comment about how the pass works after I initially added match_simplify_replacement. Anyways this updates the comment to be the current state of the pass. OK? gcc/ChangeLog: * tree-ssa-phiopt.cc: Update comment about how the transformation are implem