Re: [PATCH 2/2] PR tree-optimization/103231 - Directly resolve range_of_stmt dependencies.

2021-11-24 Thread Andrew MacLeod via Gcc-patches
On 11/24/21 04:17, Richard Biener wrote: On Tue, Nov 23, 2021 at 6:04 PM Andrew MacLeod via Gcc-patches wrote: This is the second patch in the series. Ranger uses its own API to recursively satisfy dependencies. When range_of_stmt is called on _1482 = _1154 + _1177; it picks up the ranges of

Re: [PATCH 2/2] PR tree-optimization/103231 - Directly resolve range_of_stmt dependencies.

2021-11-24 Thread Richard Biener via Gcc-patches
On Tue, Nov 23, 2021 at 6:04 PM Andrew MacLeod via Gcc-patches wrote: > > This is the second patch in the series. > > Ranger uses its own API to recursively satisfy dependencies. When > range_of_stmt is called on _1482 = _1154 + _1177; it picks up the > ranges of _1154 and _1177 from it's cache.

[PATCH 2/2] PR tree-optimization/103231 - Directly resolve range_of_stmt dependencies.

2021-11-23 Thread Andrew MacLeod via Gcc-patches
This is the second patch in the series. Ranger uses its own API to recursively satisfy dependencies. When range_of_stmt is called on _1482 = _1154 + _1177;  it picks up the ranges of _1154 and _1177 from it's cache. If those statements have not been seen yet, it recursively calls