diff options
author | Julian Gross <julian.gross@dfki.de> | 2021-11-18 16:44:46 +0100 |
---|---|---|
committer | Julian Gross <julian.gross@dfki.de> | 2021-11-30 10:15:56 +0100 |
commit | ae1ea0bead75f4c7a4c965dfa40b5f3b78b60364 (patch) | |
tree | 0b0478322d0e53d51056dce1125e843d0983d181 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 3356d8837e46a92446e4b9b0cbd6967e5f4e44ba (diff) | |
download | llvm-ae1ea0bead75f4c7a4c965dfa40b5f3b78b60364.zip llvm-ae1ea0bead75f4c7a4c965dfa40b5f3b78b60364.tar.gz llvm-ae1ea0bead75f4c7a4c965dfa40b5f3b78b60364.tar.bz2 |
[mlir] Decompose Bufferization Clone operation into Memref Alloc and Copy.
This patch introduces a new conversion to convert bufferization.clone operations
into a memref.alloc and a memref.copy operation. This transformation is needed to
transform all remaining clones which "survive" all previous transformations, before
a given program is lowered further (to LLVM e.g.). Otherwise, these operations
cannot be handled anymore and lead to compile errors.
See: https://llvm.discourse.group/t/bufferization-error-related-to-memref-clone/4665
Differential Revision: https://reviews.llvm.org/D114233
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions