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

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

2023-01-23 Thread Andrew MacLeod via Gcc-patches
.  OK? Andrew From 566421cb3b91272b56b01ff9ad5a243cada38ff7 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Fri, 20 Jan 2023 17:13:08 -0500 Subject: [PATCH 1/2] Use value_relation class instead of direct calls to intersect/union. There are subtle differences how union and intersection b