[llvm] [RISCV] TableGen-erate RISC-V SDNodes (PR #138381)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 11:47:46 PDT 2025
================
@@ -14,6 +14,15 @@
// RISC-V specific DAG Nodes.
//===----------------------------------------------------------------------===//
+class RVSDNode<string opcode, SDTypeProfile type_profile,
+ list<SDNodeProperty> properties = []>
----------------
lenary wrote:
Done
https://github.com/llvm/llvm-project/pull/138381
More information about the llvm-commits
mailing list