[Mlir-commits] [mlir] [MLIR] Fix typo "LABLE" in test checks (PR #178448)
Jay Foad
llvmlistbot at llvm.org
Wed Jan 28 07:38:23 PST 2026
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/178448
None
>From ac88ea79310dfd52abb46783dc9d7896138ded88 Mon Sep 17 00:00:00 2001
From: Jay Foad <jay.foad at amd.com>
Date: Wed, 28 Jan 2026 15:37:27 +0000
Subject: [PATCH] [MLIR] Fix typo "LABLE" in test checks
---
mlir/test/Dialect/Arith/expand-ops.mlir | 2 +-
mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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