[llvm] [RISCV] Add QingKe "XW" compressed opcode extension (PR #97925)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 7 21:14:47 PDT 2024
================
@@ -0,0 +1,188 @@
+//===-- RISCVInstrInfoXwch.td ------------------------------*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file describes the vendor extension(s) defined by WCH.
+//
+//===----------------------------------------------------------------------===//
+
+class QK_Stack<bits<2> funct2, dag outs, dag ins, string opcodestr, string argstr>
----------------
wangpc-pp wrote:
QK_Stack -> QKStackInst?
https://github.com/llvm/llvm-project/pull/97925
More information about the llvm-commits
mailing list