[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:39 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc</summary>
```
FAILED: tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-attrdef-defs -attrdefs-dialect=test -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td --write-if-changed -o TestAttrDefs.cpp.inc -d TestAttrDefs.cpp.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.cpp.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/a659d8ece4b7966e7cf4b4ddbd497912af7509c992b8f3fbc5ceb8911ef613b8.d
/home/gha/actions-runner/_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>tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc</summary>
```
FAILED: tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-attrdef-decls -attrdefs-dialect=test -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test/TestOps.td --write-if-changed -o TestAttrDefs.h.inc -d TestAttrDefs.h.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/Test /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/Test/TestAttrDefs.h.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/ce66c369d92007f537923e0a1ae89e9542963da510cb994b97bac4bc912e2b40.d
/home/gha/actions-runner/_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