[coco] Allow Input and Output to share the same bag (#1150)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 23 Aug 2018 07:05:03 +0000 (16:05 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 23 Aug 2018 07:05:03 +0000 (16:05 +0900)
commit8644304d0b3c59b6c11a509cbccd76e3d5ec255e
tree68f5a4b00357287f729469f37cb81300e7fc73c7
parentde9e1f35daa22bf13055b42243bce68bd321a7ae
[coco] Allow Input and Output to share the same bag (#1150)

This commit revises coco IR to allow Input and Output to share the same
backing bag.

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