This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Use tablegen to import atomic ops from LLVM IR.
ClosedPublic

Authored by gysit on Oct 13 2022, 11:30 PM.

Details

Summary

The revision imports the atomic operations using
tablegen generated builders. Additionally, it moves their tests to
the instructions.ll test file.

Depends on D135880

Diff Detail

Event Timeline

gysit created this revision.Oct 13 2022, 11:30 PM
gysit requested review of this revision.Oct 13 2022, 11:30 PM
ftynse accepted this revision.Oct 14 2022, 3:53 AM
This revision is now accepted and ready to land.Oct 14 2022, 3:53 AM