[Mlir-commits] [mlir] [acc] Add an API to make private recipe out of firstprivate recipes (PR #170588)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Dec 3 17:15:55 PST 2025


github-actions[bot] wrote:

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

* 7172 tests passed
* 596 tests skipped
* 1 test failed

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

### MLIR
<details>
<summary>MLIR.Dialect/OpenACC/recipe-populate-private.mlir</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Dialect/OpenACC/recipe-populate-private.mlir --split-input-file --pass-pipeline="builtin.module(test-acc-recipe-populate{recipe-type=private})" | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Dialect/OpenACC/recipe-populate-private.mlir --check-prefix=CHECK-PRIVATE
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Dialect/OpenACC/recipe-populate-private.mlir --split-input-file '--pass-pipeline=builtin.module(test-acc-recipe-populate{recipe-type=private})'
# 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/Dialect/OpenACC/recipe-populate-private.mlir --check-prefix=CHECK-PRIVATE
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Dialect/OpenACC/recipe-populate-private.mlir:77:23: error: CHECK-PRIVATE-NOT: excluded string found in input
# | // CHECK-PRIVATE-NOT: destroy
# |                       ^
# | <stdin>:102:4: note: found here
# |  } destroy {
# |    ^~~~~~~
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Dialect/OpenACC/recipe-populate-private.mlir
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |         .
# |         .
# |         .
# |        97:  %dim = memref.dim %arg0, %c0 : memref<?x?xf32> 
# |        98:  %c1 = arith.constant 1 : index 
# |        99:  %dim_0 = memref.dim %arg0, %c1 : memref<?x?xf32> 
# |       100:  %alloc = memref.alloc(%dim, %dim_0) {acc.var_name = #acc.var_name<"dynamic_d2">} : memref<?x?xf32> 
# |       101:  acc.yield %alloc : memref<?x?xf32> 
# |       102:  } destroy { 
# | not:77        !~~~~~~    error: no match expected
# |       103:  ^bb0(%arg0: memref<?x?xf32>, %arg1: memref<?x?xf32>): 
# |       104:  memref.dealloc %arg1 : memref<?x?xf32> 
# |       105:  acc.terminator 
# |       106:  } 
# |       107:  func.func @test_dynamic_from_firstprivate(%arg0: index, %arg1: index) { 
# |         .
# |         .
# |         .
# | >>>>>>
# `-----------------------------
# 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/170588


More information about the Mlir-commits mailing list