This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IR
ClosedPublic

Authored by myhsu on Sep 22 2022, 9:29 AM.

Details

Summary

Add support for translating AtomicRMWInst and AtomicCmpXchgInst from LLVM IR.

Diff Detail

Event Timeline

myhsu created this revision.Sep 22 2022, 9:29 AM
myhsu requested review of this revision.Sep 22 2022, 9:29 AM
Mogball accepted this revision.Sep 23 2022, 9:42 AM
This revision is now accepted and ready to land.Sep 23 2022, 9:42 AM