This is an archive of the discontinued LLVM Phabricator instance.

[MemoryLocation] Support memset_pattern{4,8} in getForArgument.
ClosedPublic

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

Details

Summary

memset_pattern{4,8} behave as memset_pattern16, with the only difference
being the size of the pattern location.

Diff Detail

Event Timeline

fhahn created this revision.Dec 1 2021, 12:52 PM
fhahn requested review of this revision.Dec 1 2021, 12:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 12:52 PM
fhahn retitled this revision from [MemoryLocation] Add support for memset_pattern{4,8}. to [MemoryLocation] support for memset_pattern{4,8} in getForDest..Dec 1 2021, 12:54 PM
fhahn retitled this revision from [MemoryLocation] support for memset_pattern{4,8} in getForDest. to [MemoryLocation] Support memset_pattern{4,8} in getForArgument..
ab accepted this revision.Dec 8 2021, 10:23 AM
This revision is now accepted and ready to land.Dec 8 2021, 10:23 AM
This revision was landed with ongoing or failed builds.Dec 8 2021, 11:40 AM
This revision was automatically updated to reflect the committed changes.