Re: [PR 90889] Fix IPA-CP topological sorting

2019-06-18 Thread Richard Biener
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

Re: [PR 90889] Fix IPA-CP topological sorting

2019-06-17 Thread Martin Liška
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