This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][LLVM] Expose type translator from LLVM to MLIR Type
ClosedPublic

Authored by wsmoses on Jun 22 2021, 10:58 AM.

Details

Summary

This commit moves the type translator from LLVM to MLIR to a public header for use by external projects or other code

Diff Detail

Event Timeline

wsmoses created this revision.Jun 22 2021, 10:58 AM
wsmoses requested review of this revision.Jun 22 2021, 10:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 10:58 AM
ftynse accepted this revision.Jun 23 2021, 1:10 AM
This revision is now accepted and ready to land.Jun 23 2021, 1:10 AM

@wsmoses : please always provide a justification for reverts in the revert commit description

Ah my mistake, will do in the future. Specifically it appeared to cause a link error in CI after rebase and as I had to disappear for a meeting, reverted it immediately to prevent others from having a build error.