[enco] Introduce FeatureUnification pass (#1687)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 06:28:59 +0000 (15:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 06:28:59 +0000 (15:28 +0900)
commit211b51317f3d1b85e0c22ba1e5c444a880b53fd1
tree0823ed370a6587973158a36ee4592fd781c62a24
parenteebd081efa6a76882433f4bad817e9cd7162cbb6
[enco] Introduce FeatureUnification pass (#1687)

This commit implements FeatureUnficition pass in enco, which removes
duplicated (redundant) FeatureObject declaration.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/Transforms/FeatureUnification.cpp [new file with mode: 0644]
contrib/enco/core/src/Transforms/FeatureUnification.h [new file with mode: 0644]