Skip to content

spirv-fuzz: allow replacing a boolean constant argument to OpPhi with a binary by inserting a binary into the OpPhi's relevant parent block. #2902

@afd

Description

@afd

As a fix for #2897, spirv-fuzz simply does not replace a boolean constant used in an OpPhi with a binary operator instruction, to avoid erroneously adding an instruction before OpPhi.

This could be handled by adding an instruction to the parent block associated with the OpPhi argument.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions