This is an archive of the discontinued LLVM Phabricator instance.

[MemoryLocation] Handle memset_pattern{4,8,16} in getForDest.
ClosedPublic

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

Details

Summary

memset_pattern{4,8,16} writes to the first argument. Use getForDest
to return the corresponding MemoryLocation.

Diff Detail

Event Timeline

fhahn created this revision.Dec 1 2021, 12:53 PM
fhahn requested review of this revision.Dec 1 2021, 12:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 12:53 PM
ab accepted this revision.Dec 13 2021, 12:37 PM
This revision is now accepted and ready to land.Dec 13 2021, 12:37 PM
This revision was landed with ongoing or failed builds.Dec 14 2021, 6:42 AM
This revision was automatically updated to reflect the committed changes.