[coco] Introduce 'Shuffle' instruction (#1088)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 21 Aug 2018 04:41:29 +0000 (13:41 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 21 Aug 2018 04:41:29 +0000 (13:41 +0900)
commite93bd6afa9e53909e9032e326db5266d365dd777
tree0bbffe755d74da9296aa9d0d0f8d6c620f1bae6e
parent4c767a9e53e4d0884da382ce82f55cf7516c605e
[coco] Introduce 'Shuffle' instruction (#1088)

This commit introduces 'Shuffle' instruction which allows us to express
data reordering in IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Instr.lst
contrib/coco/core/include/coco/IR/Shuffle.h [new file with mode: 0644]
contrib/coco/core/src/IR/Shuffle.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/Shuffle.test.cpp [new file with mode: 0644]