On Mon, Jan 23, 2023 at 6:44 PM Andrew MacLeod <amacl...@redhat.com> 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, and thus understands > whether this is a floating point relation and can make any adjustments > required to get the proper results. THis patch doesn't do anything > additional, just that isolation so we can track if it introduces > anything speerate from the next change which adds another relation. > > Bootstraps on x86_64-pc-linux-gnu with no regressions. OK?
LGTM > Andrew