https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116747
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:8590dcd318151336261f8381e1a24caece9e2375 commit r15-3678-g8590dcd318151336261f8381e1a24caece9e2375 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Tue Sep 17 14:26:54 2024 -0700 phiopt: Add some details dump to cselim While trying to debug PR 116747, I noticed there was no dump saying what was done. So this adds the debug dump and it helps debug what is going on in PR 116747 too. Bootstrapped and tested on x86_64-linux-gnu. gcc/ChangeLog: * tree-ssa-phiopt.cc (cond_if_else_store_replacement_1): Add debug dump. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>