This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Split memcpy implementations per platform
ClosedPublic

Authored by gchatelet on Jul 12 2023, 9:41 AM.

Details

Summary

This is a follow up on D154800 and D154770 to make the code structure more principled and avoid too many nested #ifdef/#endif.

Diff Detail

Event Timeline

gchatelet created this revision.Jul 12 2023, 9:41 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 12 2023, 9:41 AM
gchatelet requested review of this revision.Jul 12 2023, 9:41 AM
gchatelet updated this revision to Diff 539611.Jul 12 2023, 9:49 AM
  • Remove unused includes
  • Fix wrong signature
  • Fix arguments
courbet accepted this revision.Jul 13 2023, 2:39 AM
This revision is now accepted and ready to land.Jul 13 2023, 2:39 AM
This revision was landed with ongoing or failed builds.Jul 13 2023, 3:30 AM
This revision was automatically updated to reflect the committed changes.