Re: [patch] fix verify_rtl_sharing handling of SEQUENCEs

2013-04-17 Thread Steven Bosscher
On Tue, Apr 16, 2013 at 6:39 PM, Steven Bosscher wrote: >> My new delay branch scheduler uses TODO_verify_rtl_sharing but it >> turns out that verify_rtl_sharing doesn't handle SEQUENCEs correctly: >> Clearing the used-flags is done correctly, but verifying insns in the >> SEQUENCE fails. The probl

Re: [patch] fix verify_rtl_sharing handling of SEQUENCEs

2013-04-16 Thread Steven Bosscher
On Sun, Apr 14, 2013 at 3:34 PM, Steven Bosscher wrote: > Hello, > > My new delay branch scheduler uses TODO_verify_rtl_sharing but it > turns out that verify_rtl_sharing doesn't handle SEQUENCEs correctly: > Clearing the used-flags is done correctly, but verifying insns in the > SEQUENCE fails. Th

[patch] fix verify_rtl_sharing handling of SEQUENCEs

2013-04-14 Thread Steven Bosscher
Hello, My new delay branch scheduler uses TODO_verify_rtl_sharing but it turns out that verify_rtl_sharing doesn't handle SEQUENCEs correctly: Clearing the used-flags is done correctly, but verifying insns in the SEQUENCE fails. The problem is that every insn in the SEQUENCE is marked used via PAT