[BugFix][VTA] Fix bug in vta runtime DepPop function. (#3208)
authorHua <allenhjiang@outlook.com>
Mon, 20 May 2019 17:01:49 +0000 (10:01 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Mon, 20 May 2019 17:01:49 +0000 (10:01 -0700)
commitb7e6976b178c06f189823b5142e244d20b06ea66
tree81df51f149e66b26fb17ec6b9ccecbfcdf367ae0
parent78a0f47b7e823aecea693c1be7a2ff7523b3b09e
[BugFix][VTA] Fix bug in vta runtime DepPop function. (#3208)

Issue:
    One of existing illegal dependency check's condition always true,
    the correct logic actually should be such check for store and load.

Solution:
    Fix the said logic issue.
vta/src/runtime.cc