Skip to content

Conversation

@javedabsar1
Copy link
Contributor

Fix comment.

@llvmbot llvmbot added mlir mlir:bufferization Bufferization infrastructure labels Mar 23, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 23, 2025

@llvm/pr-subscribers-mlir-bufferization

Author: Javed Absar (javedabsar1)

Changes

Fix comment.


Full diff: https://github.com/llvm/llvm-project/pull/132637.diff

1 Files Affected:

  • (modified) mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir (+1-1)
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.
 

@llvmbot
Copy link
Member

llvmbot commented Mar 23, 2025

@llvm/pr-subscribers-mlir

Author: Javed Absar (javedabsar1)

Changes

Fix comment.


Full diff: https://github.com/llvm/llvm-project/pull/132637.diff

1 Files Affected:

  • (modified) mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir (+1-1)
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.
 

@javedabsar1 javedabsar1 merged commit 41f9a00 into llvm:main Mar 24, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mlir:bufferization Bufferization infrastructure mlir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants