Skip to content
Commit d6c06763 authored by Steven Perron's avatar Steven Perron Committed by David Neto
Browse files

Handle extract with no index in VDCE. (#2305)

It is legal, but not generated by any SPIR-V producer: an OpCompositeExtract
with no indexes.  This is essentially just a copy of the object, so we
treat them that way.  We simply propagate the live variables of the
result to the operand.

Fixes https://crbug.com/919181.
parent 81fb2649
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment