This is an archive of the discontinued LLVM Phabricator instance.

[ValueMapper] Preserve poison types during value mapping
ClosedPublic

Authored by critson on Mar 4 2023, 10:25 PM.

Details

Summary

Poison needs to be treated directly during type remap otherwise
it will be considered an instance of undef.

Diff Detail

Event Timeline

critson created this revision.Mar 4 2023, 10:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 10:25 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
critson requested review of this revision.Mar 4 2023, 10:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 10:25 PM
This revision is now accepted and ready to land.Mar 5 2023, 9:06 AM
This revision was landed with ongoing or failed builds.Mar 5 2023, 9:22 PM
This revision was automatically updated to reflect the committed changes.