riscv-llvm
riscv-llvm copied to clipboard
Compressed ('C') instruction set codegen/optimisation support
Converting a 32-bit instructions to a 16-bit instruction where possible is a good starting point. It may then be worth looking at opportunities for increasing the number of instructions where this is possible.
It may be worth looking at the MicroMipsSizeReduction pass, as well as X86EvexToVex.