[llvm] [RISCV] Add QingKe "XW" compressed opcode extension (PR #97925)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 6 17:26:52 PDT 2024
================
@@ -371,6 +371,9 @@ The current vendor extensions supported are:
``XSfcease``
LLVM implements `the SiFive sf.cease instruction specified in <https://sifive.cdn.prismic.io/sifive/767804da-53b2-4893-97d5-b7c030ae0a94_s76mc_core_complex_manual_21G3.pdf>`_ by SiFive.
+``Xwchc``
+ LLVM implements `the custom compressed opcodes present in some QingKe cores` by WCH / Nanjing Qinheng Microelectronics. The vendor refers to these opcodes by the name "XW".
----------------
dtcxzyw wrote:
Can you provide the link to specification?
https://github.com/llvm/llvm-project/pull/97925
More information about the llvm-commits
mailing list