This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add fuzz test for strlen, memchr.
Needs ReviewPublic

Authored by cgyurgyik on Jul 31 2020, 5:38 PM.

Details

Reviewers
sivachandra
Summary

Rationale: While the implementations for these are trivial, this may change at some point. Having a fuzz test is just another sanity check for the optimizer.

Diff Detail

Event Timeline

cgyurgyik created this revision.Jul 31 2020, 5:38 PM
cgyurgyik requested review of this revision.Jul 31 2020, 5:38 PM