[coco] Support Custom Instr Construction via InstrManager (#2474)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 4 Dec 2018 03:37:33 +0000 (12:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 4 Dec 2018 03:37:33 +0000 (12:37 +0900)
commit0fbf812622c5d715d71f1099a33ed5960d39e1bf
treed60b49bb4e8aa5685f439a84e06f24fe327a821a
parent6a9f560e69032d1eee5a718c82c0333ff182e37b
[coco] Support Custom Instr Construction via InstrManager (#2474)

With this commit, users are able to construct a custom instr object
through InstrManager.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/InstrManager.h
contrib/coco/core/src/IR/InstrManager.cpp
contrib/coco/core/src/IR/InstrManager.test.cpp