[Mlir-commits] [mlir] 41f9a00 - [NFC][mlir][bufferization] (#132637)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 24 00:50:31 PDT 2025


Author: Javed Absar
Date: 2025-03-24T07:50:27Z
New Revision: 41f9a00818d42446168b9904f879c8ab39e7196d

URL: https://github.com/llvm/llvm-project/commit/41f9a00818d42446168b9904f879c8ab39e7196d
DIFF: https://github.com/llvm/llvm-project/commit/41f9a00818d42446168b9904f879c8ab39e7196d.diff

LOG: [NFC][mlir][bufferization] (#132637)

Added: 
    

Modified: 
    mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir

Removed: 
    


################################################################################
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