[Mlir-commits] [mlir] [NFC][mlir][bufferization] (PR #132637)
Javed Absar
llvmlistbot at llvm.org
Sun Mar 23 14:56:46 PDT 2025
https://github.com/javedabsar1 created https://github.com/llvm/llvm-project/pull/132637
Fix comment.
>From 20fbd652a996324a90bcfec6fcd524f821fbcac7 Mon Sep 17 00:00:00 2001
From: Javed Absar <javed.absar at gmail.com>
Date: Sun, 23 Mar 2025 17:55:18 -0400
Subject: [PATCH] [NFC][mlir][bufferization]
Fix comment.
---
.../Transforms/one-shot-bufferize-empty-tensor-elimination.mlir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir b/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
index 4d91249bbd714..8249d59b2374e 100644
--- a/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
+++ b/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
@@ -123,7 +123,7 @@ func.func @insertion_point_outside_loop(%t : tensor<?xf32>, %sz : index,
// -----
-// EmptyTensorElimination does currently not apply to chains where the type is
+// EmptyTensorElimination does not currently apply to chains where the type is
// changing. (Casts are supported.) This test just ensures that we do not crash
// or generate IR that does not verify.
More information about the Mlir-commits
mailing list