This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Support inlining of LLVM atomic operations.
ClosedPublic

Authored by definelicht on May 10 2023, 12:54 AM.

Details

Summary

These don't require any special handling, apart checking for unsupported
metadata, which is already implemented.

Diff Detail

Event Timeline

definelicht created this revision.May 10 2023, 12:54 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
definelicht requested review of this revision.May 10 2023, 12:54 AM

Update inlining test.

gysit accepted this revision.May 10 2023, 3:25 AM

LGTM!

This revision is now accepted and ready to land.May 10 2023, 3:25 AM