[coco] Introduce Eval instruction (#1772)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 8 Oct 2018 04:50:50 +0000 (13:50 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 8 Oct 2018 04:50:50 +0000 (13:50 +0900)
commit9bb280be4ad83530ccc18ed8cf241b7059056e2a
tree8817763e4fbd725ac18eb0d3cf080159ca935a6b
parent4224dd13bfc1a51f0ce9837d33479b980e1ce2de
[coco] Introduce Eval instruction (#1772)

This commit introduces Eval instruction as a mean to integrate tree-like
Op structure into coco IR.

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