From 20fbd652a996324a90bcfec6fcd524f821fbcac7 Mon Sep 17 00:00:00 2001 From: Javed Absar 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, %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.