This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Add MemmoveOp to LLVM Dialect
ClosedPublic

Authored by wsmoses on Dec 24 2021, 1:54 PM.

Details

Summary

LLVM Dialect in MLIR doesn't have a memmove op. This adds one.

Diff Detail

Event Timeline

wsmoses created this revision.Dec 24 2021, 1:54 PM
wsmoses requested review of this revision.Dec 24 2021, 1:54 PM
wsmoses updated this revision to Diff 396182.Dec 24 2021, 1:59 PM

Correct name

mehdi_amini accepted this revision.Dec 24 2021, 4:24 PM

Can you mention in the title/description that this is an intrinsic?

This revision is now accepted and ready to land.Dec 24 2021, 4:24 PM
This revision was landed with ongoing or failed builds.Dec 24 2021, 4:48 PM
This revision was automatically updated to reflect the committed changes.