]> git.ipfire.org Git - thirdparty/gcc.git/commit
middle-end: Guard value_replacement and store_elim from seeing diamonds.
authorTamar Christina <tamar.christina@arm.com>
Fri, 5 Aug 2022 13:53:28 +0000 (14:53 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 5 Aug 2022 13:53:28 +0000 (14:53 +0100)
commit1878ab3650d8c646a4db364df388adaec2a29870
treed85b7dcab1bfe5855d7b534d2aec34bd217da440
parent6ca948264d67d4079b5868342257aee79259e301
middle-end: Guard value_replacement and store_elim from seeing diamonds.

This excludes value_replacement and store_elim from diamonds as they don't
handle the form properly.

gcc/ChangeLog:

PR middle-end/106534
* tree-ssa-phiopt.cc (tree_ssa_phiopt_worker): Guard the
value_replacement and store_elim from diamonds.
gcc/tree-ssa-phiopt.cc