]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add type attribute in *<optab>_not_const<mode> pattern
authorJivan Hakobyan <jivanhakobyan9@gmail.com>
Sat, 30 Sep 2023 03:21:02 +0000 (21:21 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Sat, 30 Sep 2023 03:21:02 +0000 (21:21 -0600)
commitd6fe757b39297c1c0cf243acee860d045726c184
treec3eb7845e990ed964d3a62be4cfc01bcd863ede9
parent6cc9904811550d1d3573818face4b055dab5fc8c
RISC-V: Add type attribute in *<optab>_not_const<mode> pattern

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
gcc/config/riscv/bitmanip.md