Control Flow Graph Validation
authorUmar Arshad <umar@arrayfire.com>
Wed, 16 Mar 2016 21:20:02 +0000 (17:20 -0400)
committerDejan Mircevski <deki@google.com>
Thu, 2 Jun 2016 16:11:52 +0000 (12:11 -0400)
commit0b9fd50d3122c7fe999d793912cc9df5368e942d
tree65dc8d9f3b40030de8117cecc9343ce841839801
parent2ea7449c9c14e392c37694736d65957821657d81
Control Flow Graph Validation
source/validate.cpp
source/validate.h
source/validate_cfg.cpp
source/validate_instruction.cpp
source/validate_layout.cpp
source/validate_types.cpp
test/CMakeLists.txt
test/UnitSPIRV.h
test/Validate.CFG.cpp [new file with mode: 0644]
test/ValidationState.cpp