Re: ipa-cp: New debug counters for IPA-CP

2020-11-01 Thread Richard Biener via Gcc-patches
On Fri, Oct 30, 2020 at 7:59 PM Martin Jambor wrote: > > Hi, > > Martin Liška has been asking me to add debug counters to the IPA-CP pass so > that testcase reductions are easier. The pass already has one for the bit > value propagation, so this patch adds one for value_range propagation > and on

ipa-cp: New debug counters for IPA-CP

2020-10-30 Thread Martin Jambor
Hi, Martin Liška has been asking me to add debug counters to the IPA-CP pass so that testcase reductions are easier. The pass already has one for the bit value propagation, so this patch adds one for value_range propagation and one for the actual constant propagation. Passed bootstrap and testin