[Mlir-commits] [flang] [mlir] [mlir][OpenMP] Separate OutlinableInterface from taskloop LoopWrapper (PR #188068)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Mar 25 03:47:26 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 7655 tests passed
* 660 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Target/LLVMIR/openmp-taskloop-bounds-cast.mlir</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe -mlir-to-llvmir C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-translate.exe' -mlir-to-llvmir 'C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir:17:3: error: 'omp.taskloop' op expected to be nested in a taskloop context op
# | omp.taskloop private(@_QPtest_taskloop_boundsEi_private_i32 %1 -> %arg0 : !llvm.ptr) {
# | ^
# | C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir:17:3: note: see current operation:
# | "omp.taskloop"(%1) <{operandSegmentSizes = array<i32: 0, 0, 0, 0, 0, 0, 0, 0, 1, 0>, private_syms = [@_QPtest_taskloop_boundsEi_private_i32]}> ({
# | ^bb0(%arg0: !llvm.ptr):
# | "omp.loop_nest"(%2, %3, %4) <{loop_inclusive}> ({
# | ^bb0(%arg1: i32):
# | "llvm.store"(%arg1, %arg0) <{ordering = 0 : i64}> : (i32, !llvm.ptr) -> ()
# | "omp.yield"() : () -> ()
# | }) : (i32, i32, i32) -> ()
# | }) : (!llvm.ptr) -> ()
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Target\LLVMIR\openmp-taskloop-bounds-cast.mlir
# `-----------------------------
# error: command failed with exit status: 2
--
```
</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/188068
More information about the Mlir-commits
mailing list