github-actions[bot] wrote:

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

* 84863 tests passed
* 1123 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.CodeGenOpenCL/reflect.cl</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/22/include
 -nostdsysteminc 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenOpenCL/reflect.cl
 -triple nvptx-unknown-unknown -emit-llvm -O0 -o - | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenOpenCL/reflect.cl
# 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/22/include
 -nostdsysteminc 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenOpenCL/reflect.cl
 -triple nvptx-unknown-unknown -emit-llvm -O0 -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/CodeGenOpenCL/reflect.cl
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenOpenCL/reflect.cl:29:17:
 error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: define dso_local ptx_kernel void 
@__clang_ocl_kern_imp_kernel_function(
# |                 ^
# | <stdin>:20:51: note: scanning from here
# | define dso_local ptx_kernel void @kernel_function(ptr addrspace(1) noundef 
align 4 %i) #2 !kernel_arg_addr_space !3 !kernel_arg_access_qual !4 
!kernel_arg_type !5 !kernel_arg_base_type !5 !kernel_arg_type_qual !6 {
# |                                                   ^
# | <stdin>:30:1: note: possible intended match here
# | define dso_local void @__clang_ocl_kern_imp_kernel_function(ptr 
addrspace(1) noundef align 4 %i) #0 !kernel_arg_addr_space !3 
!kernel_arg_access_qual !4 !kernel_arg_type !5 !kernel_arg_base_type !5 
!kernel_arg_type_qual !6 {
# | ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenOpenCL/reflect.cl
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            15:  
# |            16: ; Function Attrs: nocallback nofree nosync nounwind 
speculatable willreturn memory(none) 
# |            17: declare i32 @llvm.nvvm.reflect(ptr) #1 
# |            18:  
# |            19: ; Function Attrs: convergent noinline norecurse nounwind 
optnone 
# |            20: define dso_local ptx_kernel void @kernel_function(ptr 
addrspace(1) noundef align 4 %i) #2 !kernel_arg_addr_space !3 
!kernel_arg_access_qual !4 !kernel_arg_type !5 !kernel_arg_base_type !5 
!kernel_arg_type_qual !6 { 
# | label:29'0                                                       
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |            21: entry: 
# | label:29'0     ~~~~~~~
# |            22:  %i.addr = alloca ptr addrspace(1), align 4 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            23:  store ptr addrspace(1) %i, ptr %i.addr, align 4 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            24:  %0 = load ptr addrspace(1), ptr %i.addr, align 4 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            25:  call void @__clang_ocl_kern_imp_kernel_function(ptr 
addrspace(1) noundef align 4 %0) #3 
# | label:29'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            26:  ret void 
# | label:29'0     ~~~~~~~~~~
# |            27: } 
# | label:29'0     ~~
# |            28:  
# | label:29'0     ~
# |            29: ; Function Attrs: convergent noinline norecurse nounwind 
optnone 
# | label:29'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            30: define dso_local void 
@__clang_ocl_kern_imp_kernel_function(ptr addrspace(1) noundef align 4 %i) #0 
!kernel_arg_addr_space !3 !kernel_arg_access_qual !4 !kernel_arg_type !5 
!kernel_arg_base_type !5 !kernel_arg_type_qual !6 { 
# | label:29'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:29'1     ?                                                            
                                                                                
                                                                                
     possible intended match
# |            31: entry: 
# | label:29'0     ~~~~~~~
# |            32:  %i.addr = alloca ptr addrspace(1), align 4 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            33:  store ptr addrspace(1) %i, ptr %i.addr, align 4 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            34:  %call = call zeroext i1 @device_function() #3 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            35:  %conv = zext i1 %call to i32 
# | label:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# 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/170170
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to