[enco] Introduce IdenticalObjectReduction pass (#1694)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 10:31:58 +0000 (19:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 10:31:58 +0000 (19:31 +0900)
commitb7f396d3368f5ea1fe2462d300660da2dd25e273
treeab883ba2e571254767eca049678de77f9d7c6ed6
parent136f801f8e937362518986e9d4c0c42f8633b854
[enco] Introduce IdenticalObjectReduction pass (#1694)

This commit implements Identical Object Reduction optimization as an
enco pass.

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