[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/ testsThe special case parsing of `func` operations is being removed.
[mlir][bufferize] Support layout maps in bufferization.clone loweringDifferential Revision: https://reviews.llvm.org/D121278
[mlir] Decompose Bufferization Clone operation into Memref Alloc and Copy.This patch introduces a new conversion to convert bufferization.clone operationsinto a memref.alloc and a memref.copy oper
[mlir] Decompose Bufferization Clone operation into Memref Alloc and Copy.This patch introduces a new conversion to convert bufferization.clone operationsinto a memref.alloc and a memref.copy operation. This transformation is needed totransform all remaining clones which "survive" all previous transformations, beforea given program is lowered further (to LLVM e.g.). Otherwise, these operationscannot be handled anymore and lead to compile errors.See: https://llvm.discourse.group/t/bufferization-error-related-to-memref-clone/4665Differential Revision: https://reviews.llvm.org/D114233
show more ...