This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Use tablegen to import extract/insert ops from LLVM IR.
ClosedPublic

Authored by gysit on Oct 13 2022, 6:59 AM.

Details

Summary

The revision imports the extract and insert value operations using
tablegen generated builders. Additionally, it moves the tests to
the instructions.ll test file.

Diff Detail

Event Timeline

gysit created this revision.Oct 13 2022, 6:59 AM
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Oct 13 2022, 6:59 AM
gysit updated this revision to Diff 467472.Oct 13 2022, 7:57 AM

Move tests close to the extract/insert element tests.

ftynse accepted this revision.Oct 13 2022, 8:23 AM
This revision is now accepted and ready to land.Oct 13 2022, 8:23 AM
dcaballe accepted this revision.Oct 13 2022, 2:57 PM