[llvm] [LLVM][TableGen] Support type casts of nodes with multiple results (PR #109728)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 10:45:47 PDT 2024


================
@@ -0,0 +1,35 @@
+// RUN: llvm-tblgen -gen-dag-isel -I %p/../../include %s | FileCheck %s
+
----------------
topperc wrote:

Both emitters share CodeGenDAGPatterns.cpp right? So it should just need a test?

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


More information about the llvm-commits mailing list