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

Stephen Chou via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 13:18:23 PDT 2024


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

Added a test for this. As suggested, this didn't require any change to GlobalISel emitter.

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


More information about the llvm-commits mailing list