[coco] Remove reads/updates from Instr (#1968)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 25 Oct 2018 00:36:38 +0000 (09:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 25 Oct 2018 00:36:38 +0000 (09:36 +0900)
commit3cdca2736a5916c0a4f85493f75ade695d604f89
treefa4c3cd9664fccf3407773d4bf04dec66e1e436a
parent1f0c4d4cd82fa476bba62a0632244fbab318fd7f
[coco] Remove reads/updates from Instr (#1968)

With this commit, there is no need to implement reads/updates method for
each Instr, which makes it easy to introduce a new instruction.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Instr.h
contrib/coco/core/include/coco/IR/Instrs.h
contrib/coco/core/src/IR/Copy.cpp [deleted file]
contrib/coco/core/src/IR/Eval.cpp
contrib/coco/core/src/IR/Eval.test.cpp
contrib/coco/core/src/IR/Shuffle.cpp
contrib/coco/core/src/IR/Shuffle.test.cpp