[all-commits] [llvm/llvm-project] f2557c: [mlir][cpu-runner] register all llvm ir dialects
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Mar 17 10:06:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2557cf7ed39b111d2a6aa27787f75961dafc0de
https://github.com/llvm/llvm-project/commit/f2557cf7ed39b111d2a6aa27787f75961dafc0de
Author: Aart Bik <ajcbik at google.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M mlir/tools/mlir-cpu-runner/CMakeLists.txt
M mlir/tools/mlir-cpu-runner/mlir-cpu-runner.cpp
Log Message:
-----------
[mlir][cpu-runner] register all llvm ir dialects
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
More information about the All-commits
mailing list