[llvm] [TableGen] Fix concatenation of subreg and artificial subregs (PR #114391)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 07:55:25 PDT 2024


================
@@ -0,0 +1,407 @@
+// RUN: llvm-tblgen -gen-register-info -register-info-debug -I %p/../../include %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=CHECK
+include "llvm/Target/Target.td"
+
----------------
arsenm wrote:

Comment the test purpose 

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


More information about the llvm-commits mailing list