[mlir] Extend standalone example by standalone-translate
authorMarius Brehler <marius.brehler@iml.fraunhofer.de>
Thu, 28 May 2020 19:34:44 +0000 (12:34 -0700)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Thu, 28 May 2020 21:07:55 +0000 (14:07 -0700)
commit3bff62d45f83ab2c480d82809cd91a32b4a6553d
tree75f6d7eeaedc6f4e0a3996cfac8c68afe6d381ef
parent8b3155829a99fecc9e62f84d95668d0e85a0dd62
[mlir] Extend standalone example by standalone-translate

Extend the standalone by standalone-translate, based on mlir-translate.

Differential Revision: https://reviews.llvm.org/D80737
mlir/examples/standalone/CMakeLists.txt
mlir/examples/standalone/README.md
mlir/examples/standalone/standalone-translate/CMakeLists.txt [new file with mode: 0644]
mlir/examples/standalone/standalone-translate/standalone-translate.cpp [new file with mode: 0644]
mlir/examples/standalone/test/CMakeLists.txt
mlir/examples/standalone/test/Standalone/standalone-translate.mlir [new file with mode: 0644]
mlir/examples/standalone/test/lit.cfg.py
mlir/test/Examples/standalone/test.toy