[coco] Introduce insert method in Shuffle (#1363)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Sep 2018 00:52:58 +0000 (09:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Sep 2018 00:52:58 +0000 (09:52 +0900)
commitb1883bc7cdbaa259e8c4a79358fead28337b5fc5
treeaf6dba5b2cc31743b49a1c43dfbe9812d2eee870
parentf8d4d117c5d47c2913b9509904f2b11c1302d030
[coco] Introduce insert method in Shuffle (#1363)

* [coco] Introduce insert method in Shuffle

This commit introduces insert method in Shuffle instruction as the first
step toward partial shuffling support.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update _content properly inside insert
contrib/coco/core/include/coco/IR/Shuffle.h
contrib/coco/core/src/IR/Shuffle.cpp