riscv-non-isa/riscv-toolchain-conventions

Assembler command-line option to allow 'C' (compressed) instructions but not to mutate input assembly

asb opened this issue · 0 comments

asb commented

It seems desirable to have a command-line option where c.addi sp, -16 is accepted but addi sp, sp, -16 isn't automatically encoded as a compressed instruction.