[Mlir-commits] [mlir] [mlir][EmitC] Include DeallocOp in AllocOp memref conversion tests (PR #198275)
ioana ghiban
llvmlistbot at llvm.org
Mon May 18 04:44:39 PDT 2026
https://github.com/ioghiban created https://github.com/llvm/llvm-project/pull/198275
This PR helps keep changes introduced in https://github.com/llvm/llvm-project/pull/194591 visible, by renaming files in a separate commit.
>From 1e92a54786cfc7ec6cec955d91b9d0ada266d4ba Mon Sep 17 00:00:00 2001
From: Ioana Ghiban <ioana.ghiban at arm.com>
Date: Mon, 18 May 2026 13:37:20 +0200
Subject: [PATCH] [mlir][EmitC] Include DeallocOp in AllocOp memref conversion
tests
---
...ref-to-emitc-alloc.mlir => memref-to-emitc-alloc-dealloc.mlir} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename mlir/test/Conversion/MemRefToEmitC/{memref-to-emitc-alloc.mlir => memref-to-emitc-alloc-dealloc.mlir} (100%)
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