RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / c-add-addi.s
1 .option rvc
2 addi a2, zero, 1
3 add a0, zero, a1
This page took 0.029093 seconds and 4 git commands to generate.