]> git.ipfire.org Git - thirdparty/gcc.git/commit
Dump ANTIC_OUT before pruning it
authorRichard Biener <rguenther@suse.de>
Tue, 23 May 2023 09:55:45 +0000 (11:55 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 23 May 2023 10:56:57 +0000 (12:56 +0200)
commit0b4ae6e1ec8d71ab0dd1612999bb78108d56f4c2
tree1e34a94ecfe57fabfd8efcc1885fa9770acee88f
parentb096a6ebe9d9f9fed4c105f6555f724eb32af95c
Dump ANTIC_OUT before pruning it

This dumps ANTIC_OUT before pruning clobbered mems from it as part
of the ANTIC_IN compute.

* tree-ssa-pre.cc (compute_antic_aux): Dump the correct
ANTIC_OUT.
gcc/tree-ssa-pre.cc