This is an archive of the discontinued LLVM Phabricator instance.

Use poison instead of undef where its used as a placeholder [NFC]
ClosedPublic

Authored by ManuelJBrito on Dec 11 2022, 9:06 AM.

Details

Summary

The following instances of undef are used as placeholders for aggregate construction so this patch intends to replace them with poison.

Diff Detail

Event Timeline

ManuelJBrito created this revision.Dec 11 2022, 9:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 11 2022, 9:06 AM
ManuelJBrito requested review of this revision.Dec 11 2022, 9:06 AM
Herald added a project: Restricted Project. · View Herald Transcript
nlopes accepted this revision.Dec 11 2022, 9:16 AM

LGTM

This revision is now accepted and ready to land.Dec 11 2022, 9:16 AM
This revision was landed with ongoing or failed builds.Dec 11 2022, 9:18 AM
This revision was automatically updated to reflect the committed changes.