Adam Nemet wrote:
Maxim Kuvyrkov writes:
Yes, the assert is really checking exactly that. Several pieces of haifa-sched.c assume that the instruction has been recognized during scheduler initialization to speed up checking if instruction is normal or some kind of use/clobber/asm.

Thanks for the info but I can't seem to find the code where this is supposed
to be happening.  Can you point me to the code?

I'm not 100% sure about current state of things, considering recent merge of sel-sched, but before that it was:

set_priorities() -> priority() -> dep_cost() -> recog_memoized().

--
Maxim

Reply via email to