[Mlir-commits] [mlir] [MLIR][JitRunner] Correctly register symbol map (PR #90381)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon May 13 00:45:35 PDT 2024
banach-space wrote:
> @banach-space @ingomueller-net Hi, would you please help to review this PR? Thanks!
Sorry, I don't have much experience with the Execution Engine (other than adding new options to drive LLVM lowering).
> The current direction we took has been to remove all custom JIT tool and consolidate for mlir-cpu-runner which ultimately could converge towards nothing more than a simplified lli.
`mlir-cpu-runner` wraps `mlir-translate` + `lli`, which is nice. Otherwise, it's always been unclear to me what the purpose of `mlir-cpu-runner` is.
https://github.com/llvm/llvm-project/pull/90381
More information about the Mlir-commits
mailing list