[Mlir-commits] [mlir] Patch MLIR execution engine for AArch64 (PR #172833)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Dec 18 02:50:26 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7239 tests passed
* 598 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.python/execution_engine.py</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
env MLIR_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_runner_utils.so MLIR_C_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_c_runner_utils.so /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# executed command: env MLIR_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_runner_utils.so MLIR_C_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_c_runner_utils.so /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py:94:16: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: TEST: testInvokeVoid
# | ^
# | <stdin>:6:24: note: scanning from here
# | TEST: testInvalidModule
# | ^
# | <stdin>:7:22: note: possible intended match here
# | loc("-":2:5): error: cannot be converted to LLVM IR: missing `LLVMTranslationDialectInterface` registration for dialect for op: func.func
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1:
# | 2: TEST: testCapsule
# | 3: <capsule object "mlir.execution_engine.ExecutionEngine._CAPIPtr" at 0x7b331975b960>
# | 4: <mlir._mlir_libs._mlirExecutionEngine.ExecutionEngine object at 0x7b33cafd9430>
# | 5:
# | 6: TEST: testInvalidModule
# | label:94'0 X error: no match found
# | 7: loc("-":2:5): error: cannot be converted to LLVM IR: missing `LLVMTranslationDialectInterface` registration for dialect for op: func.func
# | label:94'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:94'1 ? possible intended match
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/172833
More information about the Mlir-commits
mailing list