This is an archive of the discontinued LLVM Phabricator instance.

[mlir][cpu-runner] register all llvm ir dialects
ClosedPublic

Authored by aartbik on Mar 16 2021, 11:19 AM.

Details

Summary

This fixes broken JIT functionality on emulator platforms.
With Alex' recent movement towards squashing llvm ir dialects
into target specific dialects, we now must ensure these dialects
are registered to the cpu runner to ensure JIT can lower this
to proper LLVM IR before handing this off to the backend.

Diff Detail

Event Timeline

aartbik created this revision.Mar 16 2021, 11:19 AM
aartbik requested review of this revision.Mar 16 2021, 11:19 AM
ftynse accepted this revision.Mar 17 2021, 3:25 AM
This revision is now accepted and ready to land.Mar 17 2021, 3:25 AM
This revision was automatically updated to reflect the committed changes.