[PATCH] D54316: [RISCV] Add UNIMP instruction (32- and 16-bit forms)
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 05:38:34 PST 2018
asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.
Thanks to Luís, there is agreement on c.unimp on the sw-dev mailing list <https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/CAPhv3np5TOijeWDhYqrBZsH-f-zHAo5EzMDKjNK5ohfYM%2BN5Yw%40mail.gmail.com>, it's now documented in the RISC-V asm manual <https://github.com/riscv/riscv-asm-manual/pull/20>, and binutils now supports <https://sourceware.org/ml/binutils-cvs/2018-11/msg00179.html> c.unimp too (courtesy of Jim Wilson).
Therefore, this is good to land. Many thanks!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54316/new/
https://reviews.llvm.org/D54316
More information about the llvm-commits
mailing list