]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add a debug counter for late-combine
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 25 Jun 2024 11:58:12 +0000 (12:58 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 25 Jun 2024 11:58:12 +0000 (12:58 +0100)
commitb6215065a5b14317a342176d5304ecaea3163639
treeecadf6dc2bbc043ace07ad0d5b8997cab7be0ea9
parent7107574958e2bed11d916a1480ef1319f15e5ffe
Add a debug counter for late-combine

This should help to diagnose problems like PR115631.

gcc/
* dbgcnt.def (late_combine): New debug counter.
* late-combine.cc (insn_combination::run): Use it.
gcc/dbgcnt.def
gcc/late-combine.cc