Skip to content

Accept invalid transformation when UB generated in last instruction (if type=void) #24

@nunoplopes

Description

@nunoplopes

The following 2 examples are accepted as valid:

%v = add 0, 1
  =>
unreachable

And:

%v = add 0, 1
  =>
%v = 1
store undef, * null

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions