Tags: rAzoR8/SPIRV-Tools
Tags
Opt: Check for side-effects in DCEInst() This function now checks for side-effects before adding operand instructions to the dead instruction work list. Because this fix puts more pressure on IsCombinatorInstruction() to be correct, this commit adds all OpConstant* and OpType* instructions to combinator_ops_ set. Fixes KhronosGroup#1341.
Support SPIR-V 1.0 Rev3 Assembler, disassembler, binary parser are complete. Validator is work in progress.
Assembler, Disassembler support for SPIR-V 0.99 Rev32 Does not support 16-bit float literals