[mlir] (NFC) run clang-format on all files
[mlir][bufferization] Set emitAccessorPrefix dialect flagGenerate get/set accessors on all bufferization ops. Also update all internal uses.Differential Revision: https://reviews.llvm.org/D128057
[mlir] (NFC) Clean up bazel and CMake target namesAll dialect targets in bazel have been named *Dialect and all dialecttargets in CMake have been named MLIR*Dialect.
[mlir][bufferize] Support layout maps in bufferization.clone loweringDifferential Revision: https://reviews.llvm.org/D121278
[mlir] Fix BufferizationToMemRef build.
[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 ...