Merge branch '25-spirv-special-instruction-tests' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 18:57:24 +0000 (13:57 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 18:57:24 +0000 (13:57 -0500)
commit222079daaa9c90add8c9de67327b2b56104b3b7c
tree05ee4f3dbb7cd97ba91f863eb677f08545cc67ff
parentb3ffafdcc4ce9ec0f663dbc4cbd008b5a22124b6
parent20fbfcd56fe2de2f014ebad249f8577044387e9e
Merge branch '25-spirv-special-instruction-tests' into 'master'

25 SPIR-V assembly tests based on compute shader

- OpConstantNull
- OpConstantComposite
- OpLine
- OpNoLine
- OpSource
- OpSourceContinued
- OpUndef
- OpUnreachable
- Loop control
- Selection control
- Function control
- Block order
- OpSourceExtension
- OpPhi
- decoration group

Also change input to random numbers for the OpNop test.

See merge request !44