[Mlir-commits] [mlir] [MLIR] Fix typo "LABLE" in test checks (PR #178448)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 28 07:39:15 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-tensor
Author: Jay Foad (jayfoad)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/178448.diff
2 Files Affected:
- (modified) mlir/test/Dialect/Arith/expand-ops.mlir (+1-1)
- (modified) mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/178448
More information about the Mlir-commits
mailing list