github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 134500 tests passed
* 3259 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/X86/avx512fp16-abi.c</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 x86_64-linux -emit-llvm -target-feature +avx512fp16 <
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c
--check-prefixes=CHECK,CHECK-C
# 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 x86_64-linux -emit-llvm -target-feature +avx512fp16
# 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\CodeGen\X86\avx512fp16-abi.c'
--check-prefixes=CHECK,CHECK-C
# note: command had no output on stdout or stderr
# RUN: at line 2
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 x86_64-linux -emit-llvm -target-feature +avx512fp16 -x c++ -std=c++11
< C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c
--check-prefixes=CHECK,CHECK-CPP
# 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 x86_64-linux -emit-llvm -target-feature +avx512fp16 -x c++ -std=c++11
# .---command stderr------------
# | <stdin>:205:3: warning: declaration does not declare anything
[-Wmissing-declarations]
# | 205 | struct {};
# | | ^
# | <stdin>:217:3: warning: declaration does not declare anything
[-Wmissing-declarations]
# | 217 | struct {};
# | | ^
# | <stdin>:229:3: warning: declaration does not declare anything
[-Wmissing-declarations]
# | 229 | struct {};
# | | ^
# | <stdin>:242:3: warning: declaration does not declare anything
[-Wmissing-declarations]
# | 242 | struct {};
# | | ^
# | 4 warnings generated.
# `-----------------------------
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
'C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c'
--check-prefixes=CHECK,CHECK-CPP
# note: command had no output on stdout or stderr
# RUN: at line 3
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 x86_64-linux -emit-llvm -target-feature +avx512fp16
-fexperimental-abi-lowering <
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c
--check-prefixes=CHECK,CHECK-C
# 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 x86_64-linux -emit-llvm -target-feature +avx512fp16
-fexperimental-abi-lowering
# 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\CodeGen\X86\avx512fp16-abi.c'
--check-prefixes=CHECK,CHECK-C
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c:126:12:
error: CHECK: expected string not found in input
# | // CHECK: define{{.*}}{ <4 x half>, half } @
# | ^
# | <stdin>:172:30: note: scanning from here
# | define dso_local <4 x half> @h2f(half noundef %a, half noundef %b, float
noundef %c) #2 {
# | ^
# | <stdin>:195:9: note: possible intended match here
# | define dso_local { <4 x half>, half, [6 x i8] } @fh3(float noundef %a, half
noundef %b, half noundef %c, half noundef %d) #0 {
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\avx512fp16-abi.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 167: %2 = load <4 x half>, ptr %retval, align 4
# | 168: ret <4 x half> %2
# | 169: }
# | 170:
# | 171: ; Function Attrs: noinline nounwind optnone
# | 172: define dso_local <4 x half> @h2f(half noundef %a, half
noundef %b, float noundef %c) #2 {
# | check:126'0
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match
found
# | 173: entry:
# | check:126'0 ~~~~~~~
# | 174: %retval = alloca %struct.half2float, align 4
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 175: %a.addr = alloca half, align 2
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 176: %b.addr = alloca half, align 2
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 177: %c.addr = alloca float, align 4
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 190: %3 = load <4 x half>, ptr %retval, align 4
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 191: ret <4 x half> %3
# | check:126'0 ~~~~~~~~~~~~~~~~~~~
# | 192: }
# | check:126'0 ~~
# | 193:
# | check:126'0 ~
# | 194: ; Function Attrs: noinline nounwind optnone
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 195: define dso_local { <4 x half>, half, [6 x i8] } @fh3(float
noundef %a, half noundef %b, half noundef %c, half noundef %d) #0 {
# | check:126'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:126'1 ?
possible
intended match
# | 196: entry:
# | check:126'0 ~~~~~~~
# | 197: %retval = alloca %struct.floathalf3, align 4
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 198: %a.addr = alloca float, align 4
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 199: %b.addr = alloca half, align 2
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 200: %c.addr = alloca half, align 2
# | check:126'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CodeGen/X86/bfloat-half-abi.c</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 x86_64-linux -emit-llvm -target-feature +sse2 <
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c
--check-prefixes=CHECK
# 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 x86_64-linux -emit-llvm -target-feature +sse2
# 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\CodeGen\X86\bfloat-half-abi.c'
--check-prefixes=CHECK
# note: command had no output on stdout or stderr
# RUN: at line 2
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 x86_64-linux -emit-llvm -target-feature +sse2
-fexperimental-abi-lowering <
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c |
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c
--check-prefixes=CHECK
# 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 x86_64-linux -emit-llvm -target-feature +sse2
-fexperimental-abi-lowering
# 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\CodeGen\X86\bfloat-half-abi.c'
--check-prefixes=CHECK
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c:124:12:
error: CHECK: expected string not found in input
# | // CHECK: define{{.*}}{ <4 x half>, bfloat } @
# | ^
# | <stdin>:165:32: note: scanning from here
# | define dso_local <4 x bfloat> @h2f(bfloat noundef %a, bfloat noundef %b,
float noundef %c) #2 {
# | ^
# | <stdin>:188:9: note: possible intended match here
# | define dso_local { <4 x half>, bfloat, [6 x i8] } @fh3(float noundef %a,
bfloat noundef %b, bfloat noundef %c, bfloat noundef %d) #0 {
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGen\X86\bfloat-half-abi.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 160: %2 = load <4 x half>, ptr %retval, align 4
# | 161: ret <4 x half> %2
# | 162: }
# | 163:
# | 164: ; Function Attrs: noinline nounwind optnone
# | 165: define dso_local <4 x bfloat> @h2f(bfloat noundef %a,
bfloat noundef %b, float noundef %c) #2 {
# | check:124'0
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no
match found
# | 166: entry:
# | check:124'0 ~~~~~~~
# | 167: %retval = alloca %struct.bfloat2float, align 4
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 168: %a.addr = alloca bfloat, align 2
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 169: %b.addr = alloca bfloat, align 2
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 170: %c.addr = alloca float, align 4
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 183: %3 = load <4 x bfloat>, ptr %retval, align 4
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 184: ret <4 x bfloat> %3
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~
# | 185: }
# | check:124'0 ~~
# | 186:
# | check:124'0 ~
# | 187: ; Function Attrs: noinline nounwind optnone
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 188: define dso_local { <4 x half>, bfloat, [6 x i8] }
@fh3(float noundef %a, bfloat noundef %b, bfloat noundef %c, bfloat noundef %d)
#0 {
# | check:124'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:124'1 ?
possible intended match
# | 189: entry:
# | check:124'0 ~~~~~~~
# | 190: %retval = alloca %struct.floatbfloat3, align 4
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 191: %a.addr = alloca float, align 4
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 192: %b.addr = alloca bfloat, align 2
# | check:124'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 193: %c.addr = alloca bfloat, align 2
# | check:124'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/194718
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits