On 9/29/23 16:53, Jivan Hakobyan wrote:
I should have remembered that we've got a policy that all insns need a type. My bad.After f088b768d01a commit riscv_sched_variable_issue function requires that all insns should have a type attribute. When I sent my previous patch there was no such limitation. Currently, I have regressions on my tests. This patch fixes them. gcc/ChangeLog:* config/riscv/bitmanip.md (*<optab>_not_const<mode>): Added type attribute
Pushed to the trunk, jeff