Add composite instruction validation pass
authorAndrey Tuganov <andreyt@google.com>
Tue, 5 Dec 2017 15:15:51 +0000 (10:15 -0500)
committerLei Zhang <antiagainst@google.com>
Tue, 5 Dec 2017 15:15:51 +0000 (10:15 -0500)
commit94e3e7b8efc20631d04f7c6616fb3b24ae2fcfb1
tree5bd0e56f527f933cb851e82e6c17f3716dd6291f
parent3b6c4f159c7c55973b1d6f3ce227d70926a05499
Add composite instruction validation pass

Validates instructions in the opcode range from OpVectorExtractDynamic
to OpTranspose.
Android.mk
source/CMakeLists.txt
source/validate.cpp
source/validate.h
source/validate_composites.cpp [new file with mode: 0644]
source/validate_id.cpp
test/val/CMakeLists.txt
test/val/val_composites_test.cpp [new file with mode: 0644]
test/val/val_id_test.cpp