[coco] Implement Op::parent method (#940)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 9 Aug 2018 23:00:15 +0000 (08:00 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 9 Aug 2018 23:00:15 +0000 (08:00 +0900)
commite19d2ed5776443af166fe7d24ec8fda5d91d9fdc
treed02e39207fb8488d796c8e4747f324b7a263cd25
parentcc3b56c72874176ce94af2b68dfb65b29fe5efdb
[coco] Implement Op::parent method (#940)

This commit implements Op::parent method which allows users to retrieve
an instruction that owns an operation.

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