]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add Types for Un-Typed zc Instructions
authorEdwin Lu <ewlu@rivosinc.com>
Mon, 11 Sep 2023 16:52:04 +0000 (09:52 -0700)
committerEdwin Lu <ewlu@rivosinc.com>
Mon, 11 Sep 2023 16:53:24 +0000 (09:53 -0700)
commitd8751d9e32214380e6fdbb9e47f13192cc899469
treec6a5c171a60ecd831b52510c84bd522d3b2cff99
parentaa512cc0146d1be957ccc35a8f4a45ebad0de598
RISC-V: Add Types for Un-Typed zc Instructions

Adds types to the untyped zc instructions. Creates a new
types "pushpop" and "mvpair" for now

gcc/ChangeLog:

* config/riscv/riscv.md: Add "pushpop" and "mvpair" types
* config/riscv/zc.md: Update types

Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
gcc/config/riscv/riscv.md
gcc/config/riscv/zc.md