[Mlir-commits] [mlir] 596a835 - [MLIR] Fix typo "LABLE" in test checks (#178448)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 28 08:21:26 PST 2026


Author: Jay Foad
Date: 2026-01-28T16:21:21Z
New Revision: 596a8354510e0c35ed8bcedf1691bc2c9453c8e4

URL: https://github.com/llvm/llvm-project/commit/596a8354510e0c35ed8bcedf1691bc2c9453c8e4
DIFF: https://github.com/llvm/llvm-project/commit/596a8354510e0c35ed8bcedf1691bc2c9453c8e4.diff

LOG: [MLIR] Fix typo "LABLE" in test checks (#178448)

Added: 
    

Modified: 
    mlir/test/Dialect/Arith/expand-ops.mlir
    mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Arith/expand-ops.mlir b/mlir/test/Dialect/Arith/expand-ops.mlir
index 8f9b0feba442a..61e22af31f030 100644
--- a/mlir/test/Dialect/Arith/expand-ops.mlir
+++ b/mlir/test/Dialect/Arith/expand-ops.mlir
@@ -381,7 +381,7 @@ func.func @extf_f8E8M0FNU_to_f32(%arg0 : f8E8M0FNU) -> f32 {
     return %0 : f32
 }
 
-// CHECK-LABLE: @extf_f8E8M0FNU_to_f32
+// CHECK-LABEL: @extf_f8E8M0FNU_to_f32
 // CHECK: %[[BITCAST:.+]] = arith.bitcast %arg0 : f8E8M0FNU to i8
 // CHECK-DAG: %[[CF8NAN:.+]] = arith.constant -1 : i8
 // CHECK-DAG: %[[CF32NAN:.+]] = arith.constant -1 : i32

diff  --git a/mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir b/mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir
index 9da2dea0bbd3c..e0d9059a6f2d1 100644
--- a/mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir
+++ b/mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir
@@ -161,7 +161,7 @@ func.func @nofold_pad_pack_artificial_padding(%src: tensor<9x16xf32>) -> tensor<
       : tensor<17x16xf32> -> tensor<3x1x8x32xf32>
   return %pack : tensor<3x1x8x32xf32>
 }
-// CHECK-LABLE: func.func @nofold_pad_pack_artificial_padding(
+// CHECK-LABEL: func.func @nofold_pad_pack_artificial_padding(
 // CHECK:         tensor.pad
 // CHECK:         linalg.pack
 


        


More information about the Mlir-commits mailing list