You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spirv-fuzz: IdIsAvailableBeforeInstruction should allow a local variable to be available to an instruction even if the instruction is unreachable. #3958
In general we conservatively say that ids defined in blocks are not available to unreachable instructions, but a special case should be made for OpVariable instructions in the same function.