Re: [PATCH 2/3] PR tree-optimization/117467 - Add a range query to inferred ranges.

2024-11-28 Thread Jakub Jelinek
On Mon, Nov 25, 2024 at 07:56:00PM -0500, Andrew MacLeod wrote: > From 0aee6d112bf4dd9accd7aaa8b48a520a878dedf9 Mon Sep 17 00:00:00 2001 > From: Andrew MacLeod > Date: Sat, 16 Nov 2024 08:29:30 -0500 > Subject: [PATCH 2/3] Add a range query to inferred ranges. > > Provide a range_query for any in

Re: [PATCH 2/3] PR tree-optimization/117467 - Add a range query to inferred ranges.

2024-11-26 Thread Richard Biener
On Tue, Nov 26, 2024 at 2:00 AM Andrew MacLeod wrote: > > This patch is also going to be needed by Jakub for his non-null work, I > just foudn another use for it. > > hiis patch adds a range-query to the instantiation of an inferred range > manager so that inferred range processing can make a rang

[PATCH 2/3] PR tree-optimization/117467 - Add a range query to inferred ranges.

2024-11-25 Thread Andrew MacLeod
This patch is also going to be needed by Jakub for his non-null work, I just foudn another use for it. hiis patch adds a range-query to the instantiation of an inferred range manager so that inferred range processing can make a range query.  THe follow on patch makes use of it to avoid registe