SPIRV-Cross/reference/opt/shaders-msl/asm
Hans-Kristian Arntzen 23662668dd Attempt more optimal codegen for OpCompositeInsert.
Speculate that we can modify the SSA value in-place. As long as it is
not used after the modify, this is fine.

Also need to make sure we don't attempt to RMW something that is
impossible to modify.
2022-05-18 16:37:33 +02:00
..
comp MSL: Rethink how opaque descriptors are passed to leaf functions. 2022-01-18 14:40:52 +01:00
frag Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
tesc MSL: Fix '--msl-multi-patch-workgroup' out of bounds reads when dispatching more threads than control points (#1662) 2021-04-29 20:01:26 +02:00
tese MSL: Move float2->3 TessCoord fixup to a better location. 2022-01-05 13:32:17 +01:00
vert Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00