[Mlir-commits] [mlir] [mlir] Make MemoryEffectsOpInterface optional. (PR #187427)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Mar 18 19:35:32 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 7694 tests passed
* 603 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.python/dialects/transform_op_interface.py</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
env PYTHONUNBUFFERED=1 /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_op_interface.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/dialects/transform_op_interface.py
# executed command: env PYTHONUNBUFFERED=1 /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_op_interface.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/dialects/transform_op_interface.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_op_interface.py:202:16: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: Test: OneOpInOneOpOutTransformOpInterfaceRewriterImpl
# |                ^
# | <stdin>:1:42: note: scanning from here
# | Test: OneOpInOneOpOutTransformOpInterface
# |                                          ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_op_interface.py
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: Test: OneOpInOneOpOutTransformOpInterface 
# | label:202                                              X error: no match found
# | >>>>>>
# `-----------------------------
# 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/187427


More information about the Mlir-commits mailing list