Skip to content

fuzz: use OpCompositeConstruct to create id synonyms #2858

@afd

Description

@afd

The fuzzer should find ids %a, %b, ... that are all available at a particular insertion point, and create:

%fresh = OpCompositeConstruct ... %a %b

then tell the fact manager that %a is synonymous with %fresh[0], %b with %fresh[1], etc.

These synonyms will then be exploitable by the pass that rewrites ids with known synonyms.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions