This is an archive of the discontinued LLVM Phabricator instance.

[libc] Improve memcpy copy loop
ClosedPublic

Authored by gchatelet on Nov 23 2020, 9:34 AM.

Details

Summary

Rewriting loop so the terminating condition does not depend on the loop body

Diff Detail

Event Timeline

gchatelet created this revision.Nov 23 2020, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2020, 9:34 AM
gchatelet requested review of this revision.Nov 23 2020, 9:34 AM
sivachandra accepted this revision.Nov 29 2020, 8:15 PM
This revision is now accepted and ready to land.Nov 29 2020, 8:15 PM
This revision was automatically updated to reflect the committed changes.