SPIRV-Cross/reference/shaders-msl-no-opt/asm/comp
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
..
arithmetic-conversion-signs.asm.comp Deal with mismatched signs in S/U/F conversion opcodes. 2019-04-10 14:03:58 +02:00
constant-composite-undef.asm.comp Parser: Fix OpCompositeConstruct with OpUndef. 2019-03-27 10:51:23 +01:00
glsl-signed-operations.asm.comp Properly deal with sign-dependent GLSL opcodes. 2019-03-27 12:20:53 +01:00
storage-buffer-pointer-argument.asm.comp MSL: Fix crash where variable storage buffer pointers are passed down. 2019-03-28 10:16:46 +01:00
variable-pointers.asm.comp Force complex loop in certain rare access chain scenarios. 2019-04-10 16:02:03 +02:00