https://sourceware.org/bugzilla/show_bug.cgi?id=27732
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by LifangXia <lifang...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a8ab20932084328fb48930c028b60a348c6644b3 commit a8ab20932084328fb48930c028b60a348c6644b3 Author: Lifang Xia <lifang_...@c-sky.com> Date: Thu Apr 15 10:51:14 2021 +0800 RISC-V: compress "addi d,CV,z" to "c.mv d,CV" PR 27732 gas/ * testsuite/gas/riscv/c-zero-imm.d: Compress addi a4,a4,0 to c.mv a4,a4. * testsuite/gas/riscv/c-zero-imm.s: Likewise. opcodes/ * riscv-opc.c (riscv_opcodes): New insn alias for addi. Compress "addi d,CV,z" to "c.mv d,CV". -- You are receiving this mail because: You are on the CC list for the bug.