[logo] Introduce Pass (#6889)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 26 Aug 2019 02:38:24 +0000 (11:38 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 26 Aug 2019 02:38:24 +0000 (11:38 +0900)
commit19e3f03a2ebbc6e1ab757c77dbe8a597ea4d82d4
tree36aa3e5f0942a0cc65cd8a52c8cdadfb5f02100c
parenta65b855d4476247b9f71e4a301600b09a848f57b
[logo] Introduce Pass (#6889)

* [logo] Introduce Pass

This will introduce logo project with Pass base class to provide loco graph trasformations

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* change test group
compiler/logo/CMakeLists.txt [new file with mode: 0644]
compiler/logo/README.md [new file with mode: 0644]
compiler/logo/include/logo/Pass.h [new file with mode: 0644]
compiler/logo/requires.cmake [new file with mode: 0644]
compiler/logo/src/Pass.cpp [new file with mode: 0644]
compiler/logo/src/Pass.test.cpp [new file with mode: 0644]