SPIRV-Cross/reference
Hans-Kristian Arntzen 18bcc9b790 Do not disable temporary forwarding when we suppress usage tracking.
This subtle bug removed any expression validation for trivially swizzled
variables. Make usage suppression a more explicit concept rather than
just hacking off forwarded_temporaries.

There is some fallout here with loop generation since our expression
invalidation is currently a bit too naive to handle loops properly.
The forwarding bug masked this problem until now.

If part of the loop condition is also used in the body, we end up
reading an invalid expression, which in turn forces a temporary to be
generated in the condition block, not good. We'll need to be smarter
here ...
2019-07-23 19:18:44 +02:00
..
opt Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
shaders Don't forward uses of an OpIsHelperInvocationEXT op. 2019-07-18 17:32:35 -05:00
shaders-hlsl Support the SPV_EXT_demote_to_helper_invocation extension. 2019-07-17 09:12:22 -05:00
shaders-hlsl-no-opt Test glsl.std450 more exhaustively. 2019-07-17 11:53:05 +02:00
shaders-msl Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
shaders-msl-no-opt Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
shaders-no-opt Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
shaders-reflection Employ heuristics to figure out how to emit SSBO/UAV reflection names. 2019-06-10 11:24:24 +02:00