[MLIR] Added documentation and manual to use bufferization features.
authorJulian Gross <julian.gross@dfki.de>
Tue, 3 Nov 2020 11:28:49 +0000 (12:28 +0100)
committerJulian Gross <julian.gross@dfki.de>
Thu, 12 Nov 2020 09:43:05 +0000 (10:43 +0100)
commit0313e3bfe6e2ebd2b82ee671606b4bf44d459e72
treed3ccfed4b4a9f0695bd49c4d895b93dda5d90b18
parent6484aa1add41e6483b60ad281b663968c2b68180
[MLIR] Added documentation and manual to use bufferization features.

Added documentation about the bufferization features.
Furthermore, the usage of pre- and post-processing is described.
This also includes information about optimization functionalities.

Differential Revision: https://reviews.llvm.org/D90675
mlir/docs/Bufferization.md [new file with mode: 0644]
mlir/docs/includes/img/branch_example_post_move.svg [new file with mode: 0644]
mlir/docs/includes/img/branch_example_pre_move.svg [new file with mode: 0644]
mlir/docs/includes/img/nested_branch_example_post_move.svg [new file with mode: 0644]
mlir/docs/includes/img/nested_branch_example_pre_move.svg [new file with mode: 0644]
mlir/docs/includes/img/region_branch_example_pre_move.svg [new file with mode: 0644]