[Mlir-commits] [mlir] [mlir][bufferization] Introduce createMemRefLayoutFn hook (PR #195622)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed May 20 05:52:56 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 8074 tests passed
* 618 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Target/LLVMIR/openmp-cli-fuse02.mlir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate -mlir-to-llvmir /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/openmp-cli-fuse02.mlir | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/openmp-cli-fuse02.mlir --enable-var-scope
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate -mlir-to-llvmir /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/openmp-cli-fuse02.mlir
# note: command had no output on stdout or stderr
# 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/Target/LLVMIR/openmp-cli-fuse02.mlir --enable-var-scope
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/openmp-cli-fuse02.mlir:78:16: error: CHECK-NEXT: is not on the line after the previous match
# | // CHECK-NEXT: [[OMP_FUSED_INNER_COND25]]:
# | ^
# | <stdin>:54:1: note: 'next' match was here
# | omp.fused.inner.cond25: ; preds = %omp.region.cont, %omp.fused.inner.cond
# | ^
# | <stdin>:49:1: note: previous match ended here
# |
# | ^
# | <stdin>:50:1: note: non-matching line after previous match is here
# | omp_omp.loop.cond3: ; No predecessors!
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/openmp-cli-fuse02.mlir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 49:
# | 50: omp_omp.loop.cond3: ; No predecessors!
# | 51: %omp_omp.loop.cmp9 = icmp ult i32 %omp_fused.iv, %2
# | 52: br i1 %omp_omp.loop.cmp9, label %omp_omp.loop.body4, label %omp_omp.loop.exit6
# | 53:
# | 54: omp.fused.inner.cond25: ; preds = %omp.region.cont, %omp.fused.inner.cond
# | next:78 !~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
# | 55: %8 = icmp slt i32 %omp_fused.iv, %2
# | 56: br i1 %8, label %omp_omp.loop.body4, label %omp.fused.pre_latch
# | 57:
# | 58: omp_omp.loop.body4: ; preds = %omp.fused.inner.cond25, %omp_omp.loop.cond3
# | 59: br label %omp.loop.region12
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/195622
More information about the Mlir-commits
mailing list