Skip to content

spirv-fuzz: Support more types in transformations of function parameters #3403

@Vasniktel

Description

@Vasniktel

FuzzerPassAddParameters only supports a limited number of type instructions. The limitation is due to the FindOrCreateZeroConstant function being used to initialize new parameters. It would be beneficial to add support for some additional types (e.g. OpTypePointer).

This is a generic issue for TransformationAddParameter, TransformationReplaceParameterWithGlobal, TransformationReplaceParamsWithStruct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions