From: Aart Bik Date: Mon, 3 May 2021 18:11:41 +0000 (-0700) Subject: [mlir][sparse] fixed typo: sparse -> sparse_tensor X-Git-Tag: llvmorg-14-init~7751 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90d18e106be252669659e2573cc3e6f2ea29a452;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/mlir/test/mlir-opt/commandline.mlir b/mlir/test/mlir-opt/commandline.mlir index d58908f..125d6b1 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