Re: [PATCH] discriminators: Fix assigning discriminators on edge [PR113546]

2025-04-15 Thread Andrew Pinski
On Sun, Mar 16, 2025 at 11:43 AM Jeff Law wrote: > > > > On 3/15/25 9:01 PM, Andrew Pinski wrote: > > The problem here is there was a compare debug since the discriminators > > would still take into account debug statements. For the edge we would look > > at the first statement after the labels an

Re: [PATCH] discriminators: Fix assigning discriminators on edge [PR113546]

2025-03-16 Thread Jeff Law
On 3/15/25 9:01 PM, Andrew Pinski wrote: The problem here is there was a compare debug since the discriminators would still take into account debug statements. For the edge we would look at the first statement after the labels and that might have been a debug statement. So we need to skip ove

[PATCH] discriminators: Fix assigning discriminators on edge [PR113546]

2025-03-15 Thread Andrew Pinski
The problem here is there was a compare debug since the discriminators would still take into account debug statements. For the edge we would look at the first statement after the labels and that might have been a debug statement. So we need to skip over debug statements otherwise we could get diff