On June 17, 2019 10:36:58 PM GMT+02:00, Martin Jambor wrote:
>Hi,
>
>r272115 introduced IPA-CP hook to ignore some edges in order to break
>useless SCCs, but the condition in the new hook was a bit too lenient.
>
>If we want to break SCCs in which contains some nodes has IPA-CP
>disabled, we must
On 6/17/19 10:36 PM, Martin Jambor wrote:
> Hi,
>
> r272115 introduced IPA-CP hook to ignore some edges in order to break
> useless SCCs, but the condition in the new hook was a bit too lenient.
Oh, sorry for the breakage.
Thank you Martin for the patch.
Martin
>
> If we want to break SCCs in
Hi,
r272115 introduced IPA-CP hook to ignore some edges in order to break
useless SCCs, but the condition in the new hook was a bit too lenient.
If we want to break SCCs in which contains some nodes has IPA-CP
disabled, we must do it at the incoming edges, not at the outgoing, at
least without ma