This is an archive of the discontinued LLVM Phabricator instance.

[BuildLibCalls] Add nounwind,willreturn to memset_pattern{4,8,16}.
ClosedPublic

Authored by fhahn on Dec 1 2021, 12:51 PM.

Details

Summary

Similar to memset, memset_pattern{4,8,16} all will return and do not
unwind. Use fallthrough to include all attributes also set for memset.

Diff Detail

Event Timeline

fhahn created this revision.Dec 1 2021, 12:51 PM
fhahn requested review of this revision.Dec 1 2021, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 12:51 PM
fhahn updated this revision to Diff 391260.Dec 2 2021, 2:17 AM

rebase on top of precommitted test

nikic accepted this revision.Jan 11 2022, 12:19 PM
nikic added a subscriber: nikic.

LGTM

This revision is now accepted and ready to land.Jan 11 2022, 12:19 PM