[llvm] [SelectionDAG] Wire up -gen-sdnode-info TableGen backend (PR #125358)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 00:52:37 PST 2025


================
@@ -0,0 +1,115 @@
+//==------------------------------------------------------------------------==//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
+#define LLVM_INCLUDE_LLVM_CODEGEN_SDNODEINFO_H
+
+#include "ISDOpcodes.h"
----------------
arsenm wrote:

llvm/CodeGen/

https://github.com/llvm/llvm-project/pull/125358


More information about the llvm-commits mailing list