github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 92992 tests passed
* 820 tests skipped
* 4 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/CodeGenOpenMP/target-map.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24/include
-nostdsysteminc -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa -emit-cir
-fclangir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
--check-prefix=CIR-HOST
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24/include
-nostdsysteminc -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa -emit-cir
-fclangir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
-o -
# 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/clang/test/CIR/CodeGenOpenMP/target-map.c
--check-prefix=CIR-HOST
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c:15:15:
error: CIR-HOST: expected string not found in input
# | // CIR-HOST: %[[MAP:.*]] = omp.map.info var_ptr(%[[X_ALLOCA]] :
!cir.ptr<!s32i>, !s32i) map_clauses(to) capture(ByRef) -> !cir.ptr<!s32i> {name
= "x"}
# | ^
# | <stdin>:19:53: note: scanning from here
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:19:53: note: with "X_ALLOCA" equal to "0"
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:19:53: note: pattern attempts to capture variables: "MAP"
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:21:2: note: possible intended match here
# | %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i) map_clauses(to)
capture(ByRef) name("x") -> !cir.ptr<!s32i> loc(#loc6)
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 14: #loc49 = loc(fused[#loc23, #loc24])
# | 15: #loc53 = loc(fused[#loc33, #loc34])
# | 16: #loc54 = loc(fused[#loc35, #loc36])
# | 17: module
@"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c"
attributes {cir.default_tls_model = #cir.tls_model<tls_dyn>, cir.lang =
#cir.lang<c>, cir.module_asm = [], cir.triple = "x86_64-unknown-linux-gnu",
dlti.dl_spec = #dlti.dl_spec<!llvm.ptr<270> = dense<32> : vector<4xi64>,
!llvm.ptr<271> = dense<32> : vector<4xi64>, !llvm.ptr<272> = dense<64> :
vector<4xi64>, i64 = dense<64> : vector<2xi64>, i128 = dense<128> :
vector<2xi64>, f80 = dense<128> : vector<2xi64>, !llvm.ptr = dense<64> :
vector<4xi64>, i1 = dense<8> : vector<2xi64>, i8 = dense<8> : vector<2xi64>,
i16 = dense<16> : vector<2xi64>, i32 = dense<32> : vector<2xi64>, f16 =
dense<16> : vector<2xi64>, f64 = dense<64> : vector<2xi64>, f128 = dense<128> :
vector<2xi64>, "dlti.endianness" = "little", "dlti.mangling_mode" = "e",
"dlti.legal_int_widths" = array<i32: 8, 16, 32, 64>, "dlti.stack_alignment" =
128 : i64, !cir.ptr<!cir.void> = #cir.ptr_spec<size = 64, abi = 64, preferred =
64, index = 64>>, omp.flags = #omp.flags<openmp_device_version = 51>,
omp.is_gpu = false, omp.is_target_device = false, omp.target_triples =
["amdgpu-amd-amdhsa"], omp.version = #omp.version<version = 51>} {
# | 18: cir.func no_inline dso_local @target_map_to(%arg0: !s32i
{llvm.noundef} loc(fused[#loc3, #loc4])) attributes {"cir.target-features" =
"+cx8,+mmx,+sse,+sse2,+x87", nothrow} {
# | 19: %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i>
loc(#loc43)
# | check:15'0 {
search range start (exclusive)
# | check:15'1
error: no match found in search range
# | check:15'2
with "X_ALLOCA" equal to "0"
# | check:15'3
pattern attempts to capture variables: "MAP"
# | 20: cir.store %arg0, %0 : !s32i, !cir.ptr<!s32i> loc(#loc5)
# | 21: %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i)
map_clauses(to) capture(ByRef) name("x") -> !cir.ptr<!s32i> loc(#loc6)
# | check:15'4 ?
possible
intended match
# | 22: omp.target kernel_type(generic) map_entries(%1 -> %arg1 :
!cir.ptr<!s32i>) {
# | 23: %2 = cir.load align(4) %arg1 : !cir.ptr<!s32i>, !s32i
loc(#loc7)
# | 24: cir.call @use(%2) : (!s32i {llvm.noundef}) -> () loc(#loc8)
# | 25: omp.terminator loc(#loc9)
# | 26: } loc(#loc6)
# | .
# | .
# | .
# | 104: #loc47 = loc(fused[#loc19, #loc18])
# | 105: #loc48 = loc(fused[#loc21, #loc22])
# | 106: #loc50 = loc(fused[#loc27, #loc28])
# | 107: #loc51 = loc(fused[#loc29, #loc28])
# | 108: #loc52 = loc(fused[#loc31, #loc32])
# | 109: #loc55 = loc(fused[#loc40, #loc39])
# | check:15'5 } search range end
(exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CIR/Lowering/omp-target-map.cir</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
--cir-to-llvm |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
--cir-to-llvm
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir:17:112:
error: custom op 'omp.map.info' inherent attribute 'name' cannot be parsed
from attr-dict when strict properties in assembly format is enabled
# | %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i)
map_clauses(from) capture(ByRef) -> !cir.ptr<!s32i> {name = "x"}
# |
^
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenOpenMP/target-map.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24/include
-nostdsysteminc -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa -emit-cir
-fclangir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
--check-prefix=CIR-HOST
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24/include
-nostdsysteminc -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa -emit-cir
-fclangir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
-o -
# 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/clang/test/CIR/CodeGenOpenMP/target-map.c
--check-prefix=CIR-HOST
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c:15:15:
error: CIR-HOST: expected string not found in input
# | // CIR-HOST: %[[MAP:.*]] = omp.map.info var_ptr(%[[X_ALLOCA]] :
!cir.ptr<!s32i>, !s32i) map_clauses(to) capture(ByRef) -> !cir.ptr<!s32i> {name
= "x"}
# | ^
# | <stdin>:19:53: note: scanning from here
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:19:53: note: with "X_ALLOCA" equal to "0"
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:19:53: note: pattern attempts to capture variables: "MAP"
# | %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i> loc(#loc43)
# | ^
# | <stdin>:21:2: note: possible intended match here
# | %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i) map_clauses(to)
capture(ByRef) name("x") -> !cir.ptr<!s32i> loc(#loc6)
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 14: #loc49 = loc(fused[#loc23, #loc24])
# | 15: #loc53 = loc(fused[#loc33, #loc34])
# | 16: #loc54 = loc(fused[#loc35, #loc36])
# | 17: module
@"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenOpenMP/target-map.c"
attributes {cir.default_tls_model = #cir.tls_model<tls_dyn>, cir.lang =
#cir.lang<c>, cir.module_asm = [], cir.triple = "x86_64-unknown-linux-gnu",
dlti.dl_spec = #dlti.dl_spec<!llvm.ptr<270> = dense<32> : vector<4xi64>,
!llvm.ptr<271> = dense<32> : vector<4xi64>, !llvm.ptr<272> = dense<64> :
vector<4xi64>, i64 = dense<64> : vector<2xi64>, i128 = dense<128> :
vector<2xi64>, f80 = dense<128> : vector<2xi64>, !llvm.ptr = dense<64> :
vector<4xi64>, i1 = dense<8> : vector<2xi64>, i8 = dense<8> : vector<2xi64>,
i16 = dense<16> : vector<2xi64>, i32 = dense<32> : vector<2xi64>, f16 =
dense<16> : vector<2xi64>, f64 = dense<64> : vector<2xi64>, f128 = dense<128> :
vector<2xi64>, "dlti.endianness" = "little", "dlti.mangling_mode" = "e",
"dlti.legal_int_widths" = array<i32: 8, 16, 32, 64>, "dlti.stack_alignment" =
128 : i64, !cir.ptr<!cir.void> = #cir.ptr_spec<size = 64, abi = 64, preferred =
64, index = 64>>, omp.flags = #omp.flags<openmp_device_version = 51>,
omp.is_gpu = false, omp.is_target_device = false, omp.target_triples =
["amdgpu-amd-amdhsa"], omp.version = #omp.version<version = 51>} {
# | 18: cir.func no_inline dso_local @target_map_to(%arg0: !s32i
{llvm.noundef} loc(fused[#loc3, #loc4])) attributes {"cir.target-features" =
"+cx8,+mmx,+sse,+sse2,+x87", nothrow} {
# | 19: %0 = cir.alloca "x" align(4) init : !cir.ptr<!s32i>
loc(#loc43)
# | check:15'0 {
search range start (exclusive)
# | check:15'1
error: no match found in search range
# | check:15'2
with "X_ALLOCA" equal to "0"
# | check:15'3
pattern attempts to capture variables: "MAP"
# | 20: cir.store %arg0, %0 : !s32i, !cir.ptr<!s32i> loc(#loc5)
# | 21: %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i)
map_clauses(to) capture(ByRef) name("x") -> !cir.ptr<!s32i> loc(#loc6)
# | check:15'4 ?
possible
intended match
# | 22: omp.target kernel_type(generic) map_entries(%1 -> %arg1 :
!cir.ptr<!s32i>) {
# | 23: %2 = cir.load align(4) %arg1 : !cir.ptr<!s32i>, !s32i
loc(#loc7)
# | 24: cir.call @use(%2) : (!s32i {llvm.noundef}) -> () loc(#loc8)
# | 25: omp.terminator loc(#loc9)
# | 26: } loc(#loc6)
# | .
# | .
# | .
# | 104: #loc47 = loc(fused[#loc19, #loc18])
# | 105: #loc48 = loc(fused[#loc21, #loc22])
# | 106: #loc50 = loc(fused[#loc27, #loc28])
# | 107: #loc51 = loc(fused[#loc29, #loc28])
# | 108: #loc52 = loc(fused[#loc31, #loc32])
# | 109: #loc55 = loc(fused[#loc40, #loc39])
# | check:15'5 } search range end
(exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CIR/Lowering/omp-target-map.cir</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
--cir-to-llvm |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/cir-opt
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
--cir-to-llvm
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir:17:112:
error: custom op 'omp.map.info' inherent attribute 'name' cannot be parsed
from attr-dict when strict properties in assembly format is enabled
# | %1 = omp.map.info var_ptr(%0 : !cir.ptr<!s32i>, !s32i)
map_clauses(from) capture(ByRef) -> !cir.ptr<!s32i> {name = "x"}
# |
^
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/Lowering/omp-target-map.cir
# `-----------------------------
# 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/217198
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits