[Mlir-commits] [mlir] f24ee22 - [mlir][EmitC] Include DeallocOp in AllocOp memref conversion tests (#198275)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 28 07:24:03 PDT 2026


Author: ioana ghiban
Date: 2026-05-28T16:23:57+02:00
New Revision: f24ee22550de8bfe926df7a6358f307023b8f24b

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

LOG: [mlir][EmitC] Include DeallocOp in AllocOp memref conversion tests (#198275)

This PR helps keep changes introduced in
https://github.com/llvm/llvm-project/pull/194591 visible, by renaming
files in a separate commit.

Added: 
    mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc-dealloc.mlir

Modified: 
    

Removed: 
    mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc.mlir


################################################################################
diff  --git a/mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc.mlir b/mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc-dealloc.mlir
similarity index 100%
rename from mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc.mlir
rename to mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-alloc-dealloc.mlir


        


More information about the Mlir-commits mailing list