This is an archive of the discontinued LLVM Phabricator instance.

[mlir] do not require LLVMDialect in conversion from LLVM IR
ClosedPublic

Authored by ftynse on Aug 6 2020, 9:31 AM.

Details

Summary

Historically, LLVMDialect has been required in the conversion from LLVM IR in
order to be able to construct types. This is no longer necessary with the new
type model and the dialect can be replaced with a local LLVM context.

Diff Detail

Event Timeline

ftynse created this revision.Aug 6 2020, 9:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2020, 9:31 AM
ftynse requested review of this revision.Aug 6 2020, 9:31 AM
mehdi_amini accepted this revision.Aug 6 2020, 10:50 AM
This revision is now accepted and ready to land.Aug 6 2020, 10:50 AM
rriddle accepted this revision.Aug 6 2020, 11:28 AM
This revision was landed with ongoing or failed builds.Aug 7 2020, 5:27 AM
This revision was automatically updated to reflect the committed changes.