forked from OSchip/llvm-project
f2557cf7ed
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. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D98727 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
mlir-cpu-runner.cpp |