[Mlir-commits] [mlir] [mlir][sparse] Print new syntax (PR #68130)

Aart Bik llvmlistbot at llvm.org
Wed Oct 4 09:43:19 PDT 2023


================
@@ -16,7 +16,7 @@
 //      CHECK-ROUND:  return %[[E]] : tensor<10x10xf64, #sparse_tensor.encoding<{{{.*}}}>>
 //
 // CHECK-LABEL:   func.func @sparse_expand(
-// CHECK-SAME:    %[[S:.*]]:
+// CHECK-SAME:    %[[S:[a-zA-Z0-9_]*]]:
----------------
aartbik wrote:

why this change, or better, shouldn't we match the parameter part of the argument also?

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


More information about the Mlir-commits mailing list