This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Mark read/write behavior of memcpy/memset/memmove
ClosedPublic

Authored by wsmoses on Mar 27 2022, 7:00 PM.

Details

Summary

This commit adds MemWrite (and MemRead, as appropriate) to the arugments of the memset/memcpy/memmove intrinsics within the LLVM dialect

Diff Detail

Event Timeline

wsmoses created this revision.Mar 27 2022, 7:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2022, 7:00 PM
wsmoses requested review of this revision.Mar 27 2022, 7:00 PM
wsmoses updated this revision to Diff 418478.Mar 27 2022, 7:01 PM

Remove unnecessary change

ftynse accepted this revision.Mar 28 2022, 2:21 AM
This revision is now accepted and ready to land.Mar 28 2022, 2:21 AM