This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Support i32 memref.atomic_rmw conversion
ClosedPublic

Authored by antiagainst on Feb 13 2023, 2:38 PM.

Details

Summary

These cases can be directly mapped to spirv.AtomicI* ops.

Diff Detail

Event Timeline

antiagainst created this revision.Feb 13 2023, 2:38 PM
antiagainst requested review of this revision.Feb 13 2023, 2:38 PM
kuhar accepted this revision.Feb 15 2023, 8:57 AM

LGTM. Sorry for the belated review, I missed the notification.

This revision is now accepted and ready to land.Feb 15 2023, 8:57 AM
This revision was landed with ongoing or failed builds.Feb 15 2023, 9:54 AM
This revision was automatically updated to reflect the committed changes.