Re: [PATCH] PR tree-optimization/108687 - Query rangers cache in readonly mode only internally

2023-02-09 Thread Richard Biener via Gcc-patches
On Fri, Feb 10, 2023 at 3:38 AM Andrew MacLeod wrote: > > > The change for 108356 allowed the cache to scan the dominator trees when > it was attempting a lookup rather than using the local value. I > inadvertantly changed the external interface to also do this, so all the > GORI queries via

[PATCH] PR tree-optimization/108687 - Query rangers cache in readonly mode only internally

2023-02-09 Thread Andrew MacLeod via Gcc-patches
The change for 108356 allowed the cache to scan the dominator trees when it was attempting a lookup rather than using the local value.  I inadvertantly changed the external interface to also do this, so all the GORI queries via range_on_edge of the cache could also do lookups in this mode.