Add getter for opcode name (#6658)
authorAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 20 Aug 2019 10:41:14 +0000 (13:41 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 20 Aug 2019 10:41:14 +0000 (13:41 +0300)
commitc406301dd9657d333d5b59cc934a813e1c364d77
treea2ac4d9d4460512786d8cdf2f92d7bd00d9c08d0
parenta74d04f0963c1cb8dfc85af884020155e1873b3a
Add getter for opcode name (#6658)

Added getter of opcode name in string format

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
compiler/mir/include/mir/Operation.h
compiler/mir/src/Operation.cpp
compiler/mir/unittests/Operation.cpp