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
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
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