[enco] Introduce DuplicatePass (#1177)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 24 Aug 2018 07:16:29 +0000 (16:16 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 24 Aug 2018 07:16:29 +0000 (16:16 +0900)
commitdd3ff9e6a09c2141cf30fb1ce6b412a4c98ca165
tree0b1a418cc386f45dedf7d706384e5301d64cb934
parent209b55c4a7697187deb54f24890edc7db593d12a
[enco] Introduce DuplicatePass (#1177)

This commit introduces DuplicatePass which eliminates a pair of
input/ouput that share the same bag as their underlying bag.

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