[Mlir-commits] [mlir] [mlir][sparse] Print new syntax (PR #68130)
Yinying Li
llvmlistbot at llvm.org
Wed Oct 4 12:15:53 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_]*]]:
----------------
yinying-lisa-li wrote:
Based on offline discussion, we will update it to %[[S:.*0]]: for non-greedy match.
https://github.com/llvm/llvm-project/pull/68130
More information about the Mlir-commits
mailing list