This is an archive of the discontinued LLVM Phabricator instance.

[mlir] move LLVM target import header and tests
ClosedPublic

Authored by ftynse on Mar 8 2021, 6:41 AM.

Details

Summary

Move Target/LLVMIR.h to target/LLVMIR/Import.h to better reflect the purpose of
this file. Also move all LLVM IR target tests under the LLVMIR directory.

Diff Detail

Event Timeline

ftynse created this revision.Mar 8 2021, 6:41 AM
ftynse requested review of this revision.Mar 8 2021, 6:41 AM
mehdi_amini accepted this revision.Mar 8 2021, 11:58 AM
This revision is now accepted and ready to land.Mar 8 2021, 11:58 AM
This revision was automatically updated to reflect the committed changes.