]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/118634 - improve cunroll dump
authorRichard Biener <rguenther@suse.de>
Fri, 24 Jan 2025 08:13:17 +0000 (09:13 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 24 Jan 2025 11:38:48 +0000 (12:38 +0100)
commitdc1e1b38ce60cd1da781c7dcd97a36add5482a00
tree0890ffcb85dd0d9e7c56fd72690c255e1656d4fd
parent8bdf10fc2e9ac16a296f76a442c068216469b3a3
tree-optimization/118634 - improve cunroll dump

We no longer subtract the estimated eliminated number of instructions
from the estimated size after unrolling we print - this is a bit
confusing when comparing dumps to previous releases.  The following
changes the dump from

  Estimated size after unrolling: 42

to

  Estimated size after unrolling: 42-12

for the testcase in the PR.

PR tree-optimization/118634
* tree-ssa-loop-ivcanon.cc (try_unroll_loop_completely):
Dump the number of estimated eliminated insns.
gcc/tree-ssa-loop-ivcanon.cc