Re: Fix PR 83530

2018-04-09 Thread Andrey Belevantsev
On 06.04.2018 18:55, Alexander Monakov wrote: > On Tue, 3 Apr 2018, Andrey Belevantsev wrote: > >> Hello, >> >> This issue is when we cannot correctly make insn tick data for the >> unscheduled code (but processed by the modulo scheduler). Fixed by closely >> following usual scheduling process as

Re: Fix PR 83530

2018-04-06 Thread Alexander Monakov
On Tue, 3 Apr 2018, Andrey Belevantsev wrote: > Hello, > > This issue is when we cannot correctly make insn tick data for the > unscheduled code (but processed by the modulo scheduler). Fixed by closely > following usual scheduling process as described in the PR. This is ok with the following n

Fix PR 83530

2018-04-03 Thread Andrey Belevantsev
Hello, This issue is when we cannot correctly make insn tick data for the unscheduled code (but processed by the modulo scheduler). Fixed by closely following usual scheduling process as described in the PR. Best, Andrey 2018-04-03 Andrey Belevantsev PR rtl-optimization/83530