SPIRV-Cross/reference/shaders-hlsl-no-opt/asm
Hans-Kristian Arntzen c365cc1b43 Deal with OpPhi and case fallthrough.
This is quite complex since we cannot flush Phi inside the case labels,
we have to do it outside by emitting a lot of manual branches ourselves.

This should be extremely rare, but we need to handle this case.
2019-06-21 13:38:23 +02:00
..
comp Fix infinite loop when OpAtomic* temporaries are used in other blocks. 2019-04-24 09:33:39 +02:00
frag Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
vert Support empty structs. 2018-04-05 16:26:54 +02:00