Re: [PATCH] tree-optimization/33315 - common stores during sinking

2020-05-14 Thread Richard Biener
gested in the comments. > > Other than that, should the new code update the pass stats counter? Reasonable. I've added a new counter for this. Bootstrap / regtest running on x86_64-unknown-linux-gnu. Richard. Subject: [PATCH] tree-optimization/33315 - common stores during sinking

Re: [PATCH] tree-optimization/33315 - common stores during sinking

2020-05-13 Thread Martin Sebor via Gcc-patches
On 5/13/20 2:20 AM, Richard Biener wrote: This implements commoning of stores to a common successor in a simple ad-hoc way. I've decided to put it into the code sinking pass since, well, it sinks stores. It's still separate since it does not really sink code into less executed places. It's ad

[PATCH] tree-optimization/33315 - common stores during sinking

2020-05-13 Thread Richard Biener
This implements commoning of stores to a common successor in a simple ad-hoc way. I've decided to put it into the code sinking pass since, well, it sinks stores. It's still separate since it does not really sink code into less executed places. It's ad-hoc since it does not perform any dataflow