SPIRV-Cross/reference/shaders-msl-no-opt/asm
Hans-Kristian Arntzen e23c9ea700 Force complex loop in certain rare access chain scenarios.
If we generate an access chain in a loop body, and it is consumed in the
loop continue block, we have a problem because we cannot emit a
temporary here holding the access chain reference. Force a complex loop
body to workaround this exceptionally rare case.
2019-04-10 16:02:03 +02:00
..
comp Force complex loop in certain rare access chain scenarios. 2019-04-10 16:02:03 +02:00
frag Merge pull request #927 from KhronosGroup/fix-925 2019-04-03 12:32:43 +02:00
vert Deal with case where we need to emit SpvImplArrayCopy late. 2019-04-09 12:28:46 +02:00