[llvm] [TableGen] Added submulticlass typechecking to template arg values. (PR #112904)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 18:06:24 PDT 2024
================
@@ -0,0 +1,12 @@
+// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
+// XFAIL: vg_leak
+// CHECK: {{.*}}: error: Value specified for template argument 'B::op' is of type bits<4>; expected type bits<8>: C::op
----------------
arsenm wrote:
Can you check the line number in the message
https://github.com/llvm/llvm-project/pull/112904
More information about the llvm-commits
mailing list