Re: [PATCH] PHIOPT: Add dump for match and simplify and early phiopt

2023-08-28 Thread Richard Biener via Gcc-patches
On Sat, Aug 26, 2023 at 4:16 AM Andrew Pinski via Gcc-patches wrote: > > This adds dump on the full result of the match-and-simplify > for phiopt and specifically to know if we are rejecting something > due to being in early phi-opt. > > OK? Bootstrapped and tested on x86_64-linux-gnu with no regr

[PATCH] PHIOPT: Add dump for match and simplify and early phiopt

2023-08-25 Thread Andrew Pinski via Gcc-patches
This adds dump on the full result of the match-and-simplify for phiopt and specifically to know if we are rejecting something due to being in early phi-opt. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: * tree-ssa-phiopt.cc (gimple_simplify_phiopt):