This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by gchatelet on Jul 13 2023, 4:38 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 13 2023, 4:38 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2023, 4:38 AM
gchatelet requested review of this revision.Jul 13 2023, 4:38 AM
courbet accepted this revision.Jul 17 2023, 12:02 AM
This revision is now accepted and ready to land.Jul 17 2023, 12:02 AM
This revision was landed with ongoing or failed builds.Jul 17 2023, 4:35 AM
This revision was automatically updated to reflect the committed changes.