This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add a strnlen handler stub.
ClosedPublic

Authored by msebor on Apr 14 2022, 1:14 PM.

Details

Summary

This first patch in the strnlen series adds a stub handler for the function and annotates calls to it with the expected attributes.

Diff Detail

Event Timeline

msebor created this revision.Apr 14 2022, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:14 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
msebor requested review of this revision.Apr 14 2022, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:14 PM
msebor edited the summary of this revision. (Show Details)Apr 14 2022, 1:38 PM
msebor added reviewers: nikic, xbolva00.
nikic accepted this revision.Apr 14 2022, 1:38 PM

LGTM

This revision is now accepted and ready to land.Apr 14 2022, 1:38 PM
This revision was landed with ongoing or failed builds.Apr 26 2022, 1:03 PM
This revision was automatically updated to reflect the committed changes.