[Mlir-commits] [mlir] [MLIR][Interfaces] Make `getMutableSuccessorOperands` overridable on `ReturnLike` ops (PR #186832)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Mar 17 05:21:38 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

The build failed before running any tests. Click on a failure below to see the details.

<details>
<summary>[code=1] tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc</summary>

```
FAILED: [code=1] tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc
C:\Windows\system32\cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\mlir\test\lib\Dialect\Test && C:\_work\llvm-project\llvm-project\build\bin\mlir-tblgen.exe -gen-attrdef-defs -attrdefs-dialect=test -IC:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test -IC:/_work/llvm-project/llvm-project/build/tools/mlir/include -IC:/_work/llvm-project/llvm-project/mlir/include -IC:/_work/llvm-project/llvm-project/build/include -IC:/_work/llvm-project/llvm-project/llvm/include --long-string-literals=0 C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td --write-if-changed -o TestAttrDefs.cpp.inc -d TestAttrDefs.cpp.inc.d && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E cmake_transform_depfile Ninja gccdepfile C:/_work/llvm-project/llvm-project/llvm C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test C:/_work/llvm-project/llvm-project/build C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc.d C:/_work/llvm-project/llvm-project/build/CMakeFiles/d/8817b66c5e68c3334ca7175139a9c2213a9a5a90435188bcad97539ae45f391b.d"
C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td:2312:5: error: expected ']' at end of list value
Terminator,
^
```
</details>
<details>
<summary>[code=1] tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc</summary>

```
FAILED: [code=1] tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc
C:\Windows\system32\cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\mlir\test\lib\Dialect\Test && C:\_work\llvm-project\llvm-project\build\bin\mlir-tblgen.exe -gen-attrdef-decls -attrdefs-dialect=test -IC:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test -IC:/_work/llvm-project/llvm-project/build/tools/mlir/include -IC:/_work/llvm-project/llvm-project/mlir/include -IC:/_work/llvm-project/llvm-project/build/include -IC:/_work/llvm-project/llvm-project/llvm/include --long-string-literals=0 C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td --write-if-changed -o TestAttrDefs.h.inc -d TestAttrDefs.h.inc.d && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E cmake_transform_depfile Ninja gccdepfile C:/_work/llvm-project/llvm-project/llvm C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test C:/_work/llvm-project/llvm-project/build C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test C:/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc.d C:/_work/llvm-project/llvm-project/build/CMakeFiles/d/5477bb20edcd91e88ecb8c3b2b645565f67a1faa6e8196c0c1e69e4f839b790b.d"
C:/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td:2312:5: error: expected ']' at end of list value
Terminator,
^
```
</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/186832


More information about the Mlir-commits mailing list