This is an archive of the discontinued LLVM Phabricator instance.

[BuildLibCalls] Add support for memset_pattern{4,8}.
ClosedPublic

Authored by fhahn on Dec 1 2021, 8:40 AM.

Details

Summary

Add support for memset_pattern{4,8} similar to the existing
memset_pattern16 handling.

Diff Detail

Event Timeline

fhahn created this revision.Dec 1 2021, 8:40 AM
fhahn requested review of this revision.Dec 1 2021, 8:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 8:40 AM
ab accepted this revision.Dec 1 2021, 10:24 AM

Quite the old TODO, nice ;) LGTM!

This revision is now accepted and ready to land.Dec 1 2021, 10:24 AM
fhahn updated this revision to Diff 391259.Dec 2 2021, 2:16 AM

rebase on top of precommitted tests

This revision was landed with ongoing or failed builds.Dec 2 2021, 3:04 AM
This revision was automatically updated to reflect the committed changes.