This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Copy the whole union instead of a member; also remove __zero()
ClosedPublic

Authored by philnik on Aug 30 2022, 8:44 AM.

Details

Summary

This doesn't affect code-gen

Diff Detail

Event Timeline

philnik created this revision.Aug 30 2022, 8:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2022, 8:44 AM
philnik requested review of this revision.Aug 30 2022, 8:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2022, 8:44 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Sep 2 2022, 8:27 AM

@philnik tells me he looked at the codegen for these functions as explicitly instantiated in the dylib and it didn't make a difference.

This revision is now accepted and ready to land.Sep 2 2022, 8:27 AM
This revision was landed with ongoing or failed builds.Sep 2 2022, 12:45 PM
This revision was automatically updated to reflect the committed changes.