This is an archive of the discontinued LLVM Phabricator instance.

[mlir][affine] add memory effect traits for dmaOp
ClosedPublic

Authored by lipracer on Feb 24 2023, 2:09 AM.

Details

Summary

DmaOp will read the source buffer and write the destination buffer so need to add some traits for it.

Diff Detail

Event Timeline

lipracer created this revision.Feb 24 2023, 2:09 AM
lipracer requested review of this revision.Feb 24 2023, 2:09 AM
bondhugula accepted this revision.Mar 7 2023, 8:55 AM

LGTM - thanks!

This revision is now accepted and ready to land.Mar 7 2023, 8:55 AM

Can you help me to land this?

This revision was automatically updated to reflect the committed changes.