[enco] Insert Copy instead of Shuffle (#1654)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 27 Sep 2018 07:44:21 +0000 (16:44 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 27 Sep 2018 07:44:21 +0000 (16:44 +0900)
commit4647f9b5cd8f1c76d353cb9dd404cb28b2e612f3
treea7fe227599d1d8381fc88108528f2c225130bc28
parentedfaafbada44c21386c3cfe932849770a375cd60
[enco] Insert Copy instead of Shuffle (#1654)

The current implementation of data layout normalization pass inserts
shuffle, which necessitates excessive iterations.

As an optimization, this commit revises data layout normalization
pass to insert copy instead of shuffle.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Transforms/Normalize.cpp