[Mlir-commits] [mlir] Fix tblgen properties printing (PR #79243)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jan 23 23:50:11 PST 2024


================
@@ -2,31 +2,31 @@
 // # RUN: mlir-opt %s -mlir-print-op-generic -split-input-file  | mlir-opt -mlir-print-op-generic | FileCheck %s --check-prefix=GENERIC
 
 // CHECK:   test.with_properties
-// CHECK-SAME: <{a = 32 : i64, array = array<i64: 1, 2, 3, 4>, b = "foo"}>
+// CHECK-SAME: <{a = 32 : i64, array = array<i64: 1, 2, 3, 4>, b = "foo"}>{{$}}
----------------
arthurqiu wrote:

Yes. It's simply that anything surrounded by double braces is a regular expression in FileCheck.

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


More information about the Mlir-commits mailing list