[Mlir-commits] [mlir] [OpenMP][MLIR] Descriptor explicit member map lowering changes (PR #113556)

LLVM Continuous Integration llvmlistbot at llvm.org
Sat Nov 16 03:33:29 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `mlir-s390x-linux` running on `systemz-1` while building `mlir` at step 6 "test-build-unified-tree-check-mlir".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/117/builds/3786

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: Target/LLVMIR/omptarget-data-use-dev-ordering.mlir' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/uweigand/sandbox/buildbot/mlir-s390x-linux/build/bin/mlir-translate -mlir-to-llvmir -split-input-file /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir | /home/uweigand/sandbox/buildbot/mlir-s390x-linux/build/bin/FileCheck /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir
# executed command: /home/uweigand/sandbox/buildbot/mlir-s390x-linux/build/bin/mlir-translate -mlir-to-llvmir -split-input-file /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir
# executed command: /home/uweigand/sandbox/buildbot/mlir-s390x-linux/build/bin/FileCheck /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir
# .---command stderr------------
# | /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir:70:11: error: CHECK: expected string not found in input
# | // CHECK: %[[BASEPTR_0_GEP:.*]] = getelementptr inbounds [8 x ptr], ptr %.offload_baseptrs, i32 0, i32 0
# |           ^
# | <stdin>:32:26: note: scanning from here
# |  %9 = alloca ptr, align 8
# |                          ^
# | <stdin>:50:2: note: possible intended match here
# |  %22 = getelementptr inbounds [10 x ptr], ptr %.offload_baseptrs, i32 0, i32 0
# |  ^
# | 
# | Input file: <stdin>
# | Check file: /home/uweigand/sandbox/buildbot/mlir-s390x-linux/llvm-project/mlir/test/Target/LLVMIR/omptarget-data-use-dev-ordering.mlir
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            27: define void @mix_use_device_ptr_and_addr_and_map_(ptr %0, ptr %1, ptr %2, ptr %3, ptr %4, ptr %5, ptr %6, ptr %7) { 
# |            28:  %.offload_baseptrs = alloca [10 x ptr], align 8 
# |            29:  %.offload_ptrs = alloca [10 x ptr], align 8 
# |            30:  %.offload_mappers = alloca [10 x ptr], align 8 
# |            31:  %.offload_sizes = alloca [10 x i64], align 4 
# |            32:  %9 = alloca ptr, align 8 
# | check:70'0                              X error: no match found
# |            33:  br label %entry 
# | check:70'0     ~~~~~~~~~~~~~~~~~
# |            34:  
# | check:70'0     ~
# |            35: entry: ; preds = %8 
# | check:70'0     ~~~~~~~~~~~~~~~~~~~~
# |            36:  %10 = load ptr, ptr %3, align 8 
# | check:70'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            37:  %array_offset = getelementptr inbounds i32, ptr %10, i64 0 
# | check:70'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
...

```

</details>

https://github.com/llvm/llvm-project/pull/113556


More information about the Mlir-commits mailing list