This is an archive of the discontinued LLVM Phabricator instance.

[SLP]Fix PR55653: emit undefs where required, not poison.
ClosedPublic

Authored by ABataev on May 24 2022, 6:58 AM.

Details

Summary

Need to handle a corner case correctly, if all elements are Undefs/Poisons,
need to emit actual values, not just poisons.

Diff Detail

Event Timeline

ABataev created this revision.May 24 2022, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 6:58 AM
ABataev requested review of this revision.May 24 2022, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 6:58 AM
RKSimon accepted this revision.May 26 2022, 7:07 AM

LGTM

This revision is now accepted and ready to land.May 26 2022, 7:07 AM
This revision was landed with ongoing or failed builds.May 26 2022, 8:39 AM
This revision was automatically updated to reflect the committed changes.