[Mlir-commits] [mlir] 90d18e1 - [mlir][sparse] fixed typo: sparse -> sparse_tensor
Aart Bik
llvmlistbot at llvm.org
Mon May 3 14:19:23 PDT 2021
Author: Aart Bik
Date: 2021-05-03T14:19:09-07:00
New Revision: 90d18e106be252669659e2573cc3e6f2ea29a452
URL: https://github.com/llvm/llvm-project/commit/90d18e106be252669659e2573cc3e6f2ea29a452
DIFF: https://github.com/llvm/llvm-project/commit/90d18e106be252669659e2573cc3e6f2ea29a452.diff
LOG: [mlir][sparse] fixed typo: sparse -> sparse_tensor
Test passes either way, but this is full name of dialect
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D101774
Added:
Modified:
mlir/test/mlir-opt/commandline.mlir
Removed:
################################################################################
diff --git a/mlir/test/mlir-opt/commandline.mlir b/mlir/test/mlir-opt/commandline.mlir
index d58908f27118..125d6b1d950b 100644
--- a/mlir/test/mlir-opt/commandline.mlir
+++ b/mlir/test/mlir-opt/commandline.mlir
@@ -22,7 +22,7 @@
// CHECK-NEXT: scf
// CHECK-NEXT: sdbm
// CHECK-NEXT: shape
-// CHECK-NEXT: sparse
+// CHECK-NEXT: sparse_tensor
// CHECK-NEXT: spv
// CHECK-NEXT: std
// CHECK-NEXT: tensor
More information about the Mlir-commits
mailing list