[Mlir-commits] [mlir] [MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (PR #153524)

Rainer Orth llvmlistbot at llvm.org
Mon Sep 1 02:06:50 PDT 2025


rorth wrote:

Seems so: grepping for `^TEST` in `Invoke.cpp` shows
```
TEST(MLIRExecutionEngine, SKIP_WITHOUT_JIT(AddInteger)) {
TEST(MLIRExecutionEngine, SKIP_WITHOUT_JIT(SubtractFloat)) {
TEST(NativeMemRefJit, SKIP_WITHOUT_JIT(ZeroRankMemref)) {
TEST(NativeMemRefJit, SKIP_WITHOUT_JIT(RankOneMemref)) {
TEST(NativeMemRefJit, SKIP_WITHOUT_JIT(BasicMemref)) {
TEST(NativeMemRefJit, MAYBE_JITCallback) {
TEST(MLIRExecutionEngine, MAYBE_JITCallbackInGlobalCtor) {
```
i.e. most are guarded with `SKIP_WITHOUT_JIT`.

https://github.com/llvm/llvm-project/pull/153524


More information about the Mlir-commits mailing list