[logo] Introduce ConstantFoldingPass (#6923)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 27 Aug 2019 01:30:20 +0000 (10:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 27 Aug 2019 01:30:20 +0000 (10:30 +0900)
commite36419377e918846b67cf2ebfde60147a2df6f7f
tree8bd0ff11a99d1d50e11c3c8981cb796811d397c9
parentde9792a8a71956a4a4466513a5e020a2955ff411
[logo] Introduce ConstantFoldingPass (#6923)

* [logo] Introduce ConstantFoldingPass

This will introduce ConstantFoldingPass compiled from moco

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* add requires items
compiler/logo/CMakeLists.txt
compiler/logo/include/logo/ConstantFoldingPass.h [new file with mode: 0644]
compiler/logo/requires.cmake
compiler/logo/src/Passes/ConstantFoldingPass.cpp [new file with mode: 0644]