]> git.ipfire.org Git - thirdparty/gcc.git/commit
phiopt: Add some details dump to cselim
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 17 Sep 2024 21:26:54 +0000 (14:26 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Wed, 18 Sep 2024 06:20:40 +0000 (23:20 -0700)
commit8590dcd318151336261f8381e1a24caece9e2375
tree7ab9caac9eae5aac1e258d03955c7d887d1d05e4
parenta82896ed7bbdb5f64ae741433bba4c1db2f2a562
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_apinski@quicinc.com>
gcc/tree-ssa-phiopt.cc