[nest] Add variable expression node (#664)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 16 Jul 2018 08:40:51 +0000 (17:40 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 16 Jul 2018 08:40:51 +0000 (17:40 +0900)
commite020b9480f2faba9fce76cb7acf584eee8aba845
tree757e030bceb3135b89bde956e2a34da130bdd2f3
parenta4aa02277f4ee21c29b0407294f61ec8b22e3ce7
[nest] Add variable expression node (#664)

This commit adds 'nest::expr::VarNode' class which represents index
variable exression in nest IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/include/nest/Expr.h
contrib/nest/include/nest/expr/Node.def
contrib/nest/include/nest/expr/VarNode.h [new file with mode: 0644]
contrib/nest/src/expr/VarNode.test.cpp [new file with mode: 0644]