This is an archive of the discontinued LLVM Phabricator instance.

[mlir:MemRef] Move DmaStartOp/DmaWaitOp to ODS
ClosedPublic

Authored by rriddle on Sep 24 2021, 12:33 PM.

Details

Summary

These are among the last operations still defined explicitly in C++. I've
tried to keep this commit as NFC as possible, but these ops
definitely need a non-NFC cleanup at some point.

Diff Detail

Event Timeline

rriddle created this revision.Sep 24 2021, 12:33 PM
rriddle requested review of this revision.Sep 24 2021, 12:33 PM
antiagainst accepted this revision.Sep 24 2021, 12:34 PM
This revision is now accepted and ready to land.Sep 24 2021, 12:34 PM
This revision was landed with ongoing or failed builds.Sep 24 2021, 12:39 PM
This revision was automatically updated to reflect the committed changes.