]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] RISC-V: Add Types to Missing Bitmanip Instructions
authorEdwin Lu <ewlu@rivosinc.com>
Mon, 21 Aug 2023 21:20:24 +0000 (15:20 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 21 Aug 2023 21:20:24 +0000 (15:20 -0600)
commit36788c9ff6d044210ddee23154306ba54bc3087b
tree037269596ee8f9c6eb9ffd91d33baaa824fa38ac
parentb369f0ba87c1234722174ef0d32d873de30cb555
[PATCH] RISC-V: Add Types to Missing Bitmanip Instructions

This patch updates the bitmanip instructions to ensure that no insn is left
without a type attribute. Updates a total of 8 insns to have type "bitmanip"

Tested for regressions using rv32/64 multilib with newlib/linux.

gcc/Changelog:

* config/riscv/bitmanip.md: Added bitmanip type to insns
that are missing types.
gcc/config/riscv/bitmanip.md