[coco] Non-template UnitF instruction (#789)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 25 Jul 2018 23:47:36 +0000 (08:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 25 Jul 2018 23:47:36 +0000 (08:47 +0900)
commit7e1a124b753e0e7b2d8419157b399f95969ae313
tree7359dfc8eaa861d397a5443745761422e688d649
parent5d45af0ad0bf2102aed6e2704d91e8e19c0f4ef6
[coco] Non-template UnitF instruction (#789)

* [coco] Non-template UnitF instruction

This commit revises UnitF instruction class as a non-template class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Simplify 'create' method
contrib/coco/core/include/coco/IR/Instr.h
contrib/coco/core/include/coco/IR/InstrManager.h
contrib/coco/core/include/coco/IR/Op.forward.h [new file with mode: 0644]
contrib/coco/core/src/IR/Instr.test.cpp
contrib/coco/core/src/IR/InstrManager.cpp
contrib/coco/core/src/IR/InstrManager.test.cpp