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

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 17:05:05 PST 2025


================
@@ -1155,11 +1155,11 @@ void SelectionDAG::DeallocateNode(SDNode *N) {
 
 #ifndef NDEBUG
 /// VerifySDNode - Check the given SDNode.  Aborts if it is invalid.
-static void VerifySDNode(SDNode *N, const TargetLowering *TLI) {
+static void VerifySDNode(const SelectionDAG &DAG, SDNode *N) {
----------------
mshockwave wrote:

could we simply make VerifySDNode a member function?

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


More information about the llvm-commits mailing list