Re: [PATCH 1/2] Use value_relation class instead of direct calls to intersect/union.

2023-01-24 Thread Jakub Jelinek via Gcc-patches
On Mon, Jan 23, 2023 at 12:44:42PM -0500, Andrew MacLeod wrote: > In order to fix 108447, this patch changes the calls to relation_union and > relation_intersection to instead utilize the value_relation class, and make > the calls through that instead. > > value_relation manages the operands of a

Re: [PATCH 1/2] Use value_relation class instead of direct calls to intersect/union.

2023-01-24 Thread Richard Biener via Gcc-patches
On Mon, Jan 23, 2023 at 6:44 PM Andrew MacLeod wrote: > > In order to fix 108447, this patch changes the calls to relation_union > and relation_intersection to instead utilize the value_relation class, > and make the calls through that instead. > > value_relation manages the operands of a relation