github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 52623 tests passed
* 963 tests skipped
* 2 tests failed

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

### Clang
<details>
<summary>Clang.CodeGenHLSL/groupsharedArgs/MatrixTest.hlsl</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-finclude-default-header -triple dxil-pc-shadermodel6.3-compute -std=hlsl202x 
-emit-llvm -disable-llvm-passes -hlsl-entry main -o - 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl
 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-finclude-default-header -triple dxil-pc-shadermodel6.3-compute -std=hlsl202x 
-emit-llvm -disable-llvm-passes -hlsl-entry main -o - 
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl'
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl:9:11:
 error: CHECK: expected string not found in input
# | // CHECK: [[B:%.*]] = load <16 x float>, ptr addrspace(3) [[A]], align 4
# |           ^
# | <stdin>:13:51: note: scanning from here
# |  %0 = load ptr addrspace(3), ptr %Sh.addr, align 4, !align !3
# |                                                   ^
# | <stdin>:13:51: note: with "A" equal to "%0"
# |  %0 = load ptr addrspace(3), ptr %Sh.addr, align 4, !align !3
# |                                                   ^
# | <stdin>:14:7: note: possible intended match here
# |  %1 = getelementptr <16 x float>, ptr addrspace(3) %0, i32 0, i32 4
# |       ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenHLSL\groupsharedArgs\MatrixTest.hlsl
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |            8: ; Function Attrs: alwaysinline convergent mustprogress 
norecurse nounwind 
# |            9: define hidden void @_Z3fn1RU3AS3u11matrix_typeILm4ELm4EfE(ptr 
addrspace(3) noundef align 4 dereferenceable(64) %Sh) #0 { 
# |           10: entry: 
# |           11:  %Sh.addr = alloca ptr addrspace(3), align 4 
# |           12:  store ptr addrspace(3) %Sh, ptr %Sh.addr, align 4 
# |           13:  %0 = load ptr addrspace(3), ptr %Sh.addr, align 4, !align !3 
# | check:9'0                                                       
X~~~~~~~~~~~ error: no match found
# | check:9'1                                                                   
 with "A" equal to "%0"
# |           14:  %1 = getelementptr <16 x float>, ptr addrspace(3) %0, i32 0, 
i32 4 
# | check:9'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:9'2           ?                                                       
       possible intended match
# |           15:  store float 5.000000e+00, ptr addrspace(3) %1, align 4 
# | check:9'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           16:  ret void 
# | check:9'0     ~~~~~~~~~~
# |           17: } 
# | check:9'0     ~~
# |           18:  
# | check:9'0     ~
# |           19: ; Function Attrs: alwaysinline convergent mustprogress 
norecurse nounwind 
# | check:9'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.SemaHLSL/Language/groupsharedArgs/ExportNoInlineTest.hlsl</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-triple dxil-pc-shadermodel6.3-library -finclude-default-header -std=hlsl202x 
-verify -Wconversion 
C:\_work\llvm-project\llvm-project\clang\test\SemaHLSL\Language\groupsharedArgs\ExportNoInlineTest.hlsl
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-triple dxil-pc-shadermodel6.3-library -finclude-default-header -std=hlsl202x 
-verify -Wconversion 
'C:\_work\llvm-project\llvm-project\clang\test\SemaHLSL\Language\groupsharedArgs\ExportNoInlineTest.hlsl'
# .---command stderr------------
# | error: 'expected-error' diagnostics expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaHLSL\Language\groupsharedArgs\ExportNoInlineTest.hlsl
 Line 18 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaHLSL\Language\groupsharedArgs\ExportNoInlineTest.hlsl:19):
 'export' attribute is not compatible with 'groupshared' parameter attribute
# | 1 error generated.
# `-----------------------------
# 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/181886
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to