This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by gchatelet on Jul 12 2023, 5:36 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, 5:36 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 12 2023, 5:36 AM
gchatelet requested review of this revision.Jul 12 2023, 5:36 AM
gchatelet updated this revision to Diff 539596.Jul 12 2023, 9:16 AM
  • remove dead code
courbet accepted this revision.Jul 13 2023, 2:42 AM
This revision is now accepted and ready to land.Jul 13 2023, 2:42 AM
This revision was automatically updated to reflect the committed changes.