Re: [PATCH] tree-optimization/102943 - avoid (re-)computing dominance bitmap

2022-03-10 Thread Jeff Law via Gcc-patches
On 3/10/2022 4:50 AM, Richard Biener via Gcc-patches wrote: Currently back_propagate_equivalences tries to optimize dominance queries in a smart way but it fails to notice that when fast indexes are available the dominance query is fast (when called from DOM). It also re-computes the dominance

[PATCH] tree-optimization/102943 - avoid (re-)computing dominance bitmap

2022-03-10 Thread Richard Biener via Gcc-patches
Currently back_propagate_equivalences tries to optimize dominance queries in a smart way but it fails to notice that when fast indexes are available the dominance query is fast (when called from DOM). It also re-computes the dominance bitmap for each equivalence recorded on an edge, which for FP ar