[enco] Introduce DuplicatedObjectReduction (#1712)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 2 Oct 2018 01:18:35 +0000 (10:18 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Oct 2018 01:18:35 +0000 (10:18 +0900)
commita96f7eef5ecd2e7f9d5757d6840a7a91acbdd4a1
tree94cd9b07d20b3c9d69a18890015ffdd8d4342f62
parent8a3a43e9584fa148aa754532955b05df8582b8e3
[enco] Introduce DuplicatedObjectReduction (#1712)

* [enco] Introduce DuplicatedObjectReduction

This commit introduces Duplicated Object Reduction pass in enco. This
pass will replace Object Hoist pass later.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo in comment
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/Transforms/DuplicatedObjectReduction.cpp [new file with mode: 0644]
contrib/enco/core/src/Transforms/DuplicatedObjectReduction.h [new file with mode: 0644]