Re: [COMMITTED] Fix relation query of equivalences.

2021-07-10 Thread H.J. Lu via Gcc-patches
On Thu, Jun 24, 2021 at 10:36 AM Andrew MacLeod via Gcc-patches wrote: > > > When looking for relations between equivalencies, a typo was causing the > same bitmap to be checked for both operands, instead of the correct one > for each. This caused us to never notice relations between equivalence

[COMMITTED] Fix relation query of equivalences.

2021-06-24 Thread Andrew MacLeod via Gcc-patches
When looking for relations between equivalencies, a typo was causing the same bitmap to be checked for both operands, instead of the correct one for each.   This caused us to never notice relations between equivalences. I also noticed that under some circumstances the relation dump would cal