This is an archive of the discontinued LLVM Phabricator instance.

[LangRef][VP] Change masked-off lanes from undef to poison
ClosedPublic

Authored by frasercrmck on Oct 5 2022, 12:33 AM.

Details

Summary

These were all changed in 32b1b06b7081bd722750c6f3d528336f3f7ed34b (as
discussed in D133967) but some intrinsics introduced since have
re-introduced undef as the masked-off value.

Diff Detail

Event Timeline

frasercrmck created this revision.Oct 5 2022, 12:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 12:33 AM
frasercrmck requested review of this revision.Oct 5 2022, 12:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 12:33 AM

add missing case, update examples sections

eopXD added a comment.Oct 5 2022, 1:46 AM

LGTM, thank you.

eopXD accepted this revision.Oct 5 2022, 1:47 AM
This revision is now accepted and ready to land.Oct 5 2022, 1:47 AM
reames accepted this revision.Oct 5 2022, 7:24 AM

LGTM