Re: [PATCH] PR 54472

2012-11-09 Thread Andrey Belevantsev
On 30.10.2012 12:09, Andrey Belevantsev wrote: Hello, This PR is due to the selective scheduling missing the dependencies with implicit_sets. From the sched-deps.c code it looks like implicit sets generate anti dependencies with either sets, uses or clobbers, so that's that I've done with the b

[PATCH] PR 54472

2012-10-30 Thread Andrey Belevantsev
Hello, This PR is due to the selective scheduling missing the dependencies with implicit_sets. From the sched-deps.c code it looks like implicit sets generate anti dependencies with either sets, uses or clobbers, so that's that I've done with the below patch. Vlad, as it looks you've added