github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 52289 tests passed
* 915 tests skipped
* 4 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGenCoroutines/coro-elide.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# 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-unknown-linux-gnu -std=c++20 -O2 -emit-llvm
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-elide.cpp
-o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-elide.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-unknown-linux-gnu -std=c++20 -O2 -emit-llvm
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-elide.cpp'
-o -
# 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\CodeGenCoroutines\coro-elide.cpp'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-elide.cpp:62:15:
error: CHECK-NOT: excluded string found in input
# | // CHECK-NOT: call{{.*}}_Znwm
# | ^
# | <stdin>:98:3: note: found here
# | %call.i = tail call noalias noundef nonnull dereferenceable(48) ptr
@_Znwm(i64 noundef 48) #3
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-elide.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 93: %index = load i2, ptr %index.addr, align 8
# | 94: %1 = icmp eq i2 %index, 0
# | 95: br i1 %1, label
%await.suspend.from.init.suspend.from.coro.alloc.i, label %await.ready
# | 96:
# | 97: await.suspend.from.init.suspend.from.coro.alloc.i: ; preds =
%resume.entry
# | 98: %call.i = tail call noalias noundef nonnull dereferenceable(48)
ptr @_Znwm(i64 noundef 48) #3
# | not:62
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: no match expected
# | 99: store ptr @_Z5task0v.resume, ptr %call.i, align 8
# | 100: %destroy.addr.i = getelementptr inbounds nuw i8, ptr %call.i,
i64 8
# | 101: store ptr @_Z5task0v.destroy, ptr %destroy.addr.i, align 8
# | 102: %__promise.reload.addr.i = getelementptr inbounds nuw i8, ptr
%call.i, i64 16
# | 103: %agg.result.spill.addr.i = getelementptr inbounds nuw i8, ptr
%call.i, i64 32
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CodeGenCoroutines/coro-halo.cpp</summary>
```
Exit Code: 2
Command Output (stdout):
--
# 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-unknown-linux-gnu -std=c++20 -O2 -emit-llvm
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.cpp
-o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.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-unknown-linux-gnu -std=c++20 -O2 -emit-llvm
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.cpp'
-o -
# .---command stderr------------
# | Instruction referencing instruction not embedded in a basic block!
# | %direct.gro.active = alloca i1, align 1
# | store i1 false, ptr %direct.gro.active, align 1
# | fatal error: error in backend: Broken module found, compilation aborted!
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/
and include the crash backtrace, preprocessed source, and associated run script.
# | Stack dump:
# | 0. Program arguments:
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-unknown-linux-gnu -std=c++20 -O2 -emit-llvm
C:\\_work\\llvm-project\\llvm-project\\clang\\test\\CodeGenCoroutines\\coro-halo.cpp
-o -
# | 1. <eof> parser at end of file
# | 2. Optimizer
# | 3. Running pass "verify" on module
"C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.cpp"
# `-----------------------------
# error: command failed with exit status: 70
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.cpp'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\coro-halo.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenCoroutines/pr56919.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 5
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-unknown-linux-gnu -std=c++20
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr56919.cpp -O3
-S -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr56919.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-unknown-linux-gnu -std=c++20
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr56919.cpp'
-O3 -S -o -
# 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\CodeGenCoroutines\pr56919.cpp'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr56919.cpp:114:16:
error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: movl $40, %esi
# | ^
# | <stdin>:97:2: note: scanning from here
# | # %bb.0: # %resume.entry
# | ^
# | <stdin>:110:2: note: possible intended match here
# | movl $48, %esi
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr56919.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 92: .size _Z3Quxv.resume, .Lfunc_end3-_Z3Quxv.resume
# | 93: # -- End function
# | 94: .p2align 4 # -- Begin function _Z3Quxv.destroy
# | 95: .type _Z3Quxv.destroy,@function
# | 96: _Z3Quxv.destroy: # @_Z3Quxv.destroy
# | 97: # %bb.0: # %resume.entry
# | next:114'0 X~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 98: cmpq $0, (%rdi)
# | next:114'0 ~~~~~~~~~~~~~~~~~
# | 99: je .LBB4_2
# | next:114'0 ~~~~~~~~~~~~
# | 100: # %bb.1: # %cleanup.action.critedge.critedge
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 101: pushq %rbx
# | next:114'0 ~~~~~~~~~~~~
# | 102: movq 32(%rdi), %rax
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 105: movq %rax, %rdi
# | next:114'0 ~~~~~~~~~~~~~~~~~
# | 106: callq *8(%rax)
# | next:114'0 ~~~~~~~~~~~~~~~~
# | 107: movq %rbx, %rdi
# | next:114'0 ~~~~~~~~~~~~~~~~~
# | 108: popq %rbx
# | next:114'0 ~~~~~~~~~~~
# | 109: .LBB4_2: # %CoroEnd
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~
# | 110: movl $48, %esi
# | next:114'0 ~~~~~~~~~~~~~~~~
# | next:114'1 ? possible intended match
# | 111: jmp _ZdlPvm@PLT # TAILCALL
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 112: .Lfunc_end4:
# | next:114'0 ~~~~~~~~~~~~~
# | 113: .size _Z3Quxv.destroy, .Lfunc_end4-_Z3Quxv.destroy
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 114: # -- End function
# | next:114'0 ~~~~~~~~~~~~~~~~~~~
# | 115: .p2align 4 # -- Begin function _Z3Bazv.resume
# | next:114'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CodeGenCoroutines/pr59723.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# 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-unknown-linux-gnu -std=c++20 -fcxx-exceptions -fexceptions
-O2 -emit-llvm
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr59723.cpp -o
- | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr59723.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-unknown-linux-gnu -std=c++20 -fcxx-exceptions -fexceptions -O2
-emit-llvm
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr59723.cpp'
-o -
# 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\CodeGenCoroutines\pr59723.cpp'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr59723.cpp:236:11:
error: CHECK: expected string not found in input
# | // CHECK: %[[CALL:.+]] = {{.*}}@_Znwm(i64{{.*}} 24)
# | ^
# | <stdin>:100:53: note: scanning from here
# | define dso_local void @_Z11throwing_fnR11bug_spawner(ptr noundef nonnull
align 8 dereferenceable(20) %s) local_unnamed_addr #7 personality ptr
@__gxx_personality_v0 {
# | ^
# | <stdin>:104:59: note: possible intended match here
# | %call.i = tail call noalias noundef nonnull dereferenceable(32) ptr
@_Znwm(i64 noundef 32) #14
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\clang\test\CodeGenCoroutines\pr59723.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 95:
# | 96: ; Function Attrs: nobuiltin nounwind
# | 97: declare void @_ZdlPvm(ptr noundef, i64 noundef)
local_unnamed_addr #6
# | 98:
# | 99: ; Function Attrs: mustprogress noreturn
# | 100: define dso_local void @_Z11throwing_fnR11bug_spawner(ptr
noundef nonnull align 8 dereferenceable(20) %s) local_unnamed_addr #7
personality ptr @__gxx_personality_v0 {
# | check:236'0
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: no match found
# | 101: entry:
# | check:236'0 ~~~~~~~
# | 102: %ref.tmp = alloca %class.bug_task, align 8
# | check:236'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 103: call void @llvm.lifetime.start.p0(ptr nonnull %ref.tmp)
#12
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 104: %call.i = tail call noalias noundef nonnull
dereferenceable(32) ptr @_Znwm(i64 noundef 32) #14
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:236'1 ?
possible intended match
# | 105: store ptr @_Z16bug_spawned_taskii.resume, ptr %call.i,
align 8
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 106: %destroy.addr.i = getelementptr inbounds nuw i8, ptr
%call.i, i64 8
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 107: store ptr @_Z16bug_spawned_taskii.destroy, ptr
%destroy.addr.i, align 8
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 108: %__promise.reload.addr.i = getelementptr inbounds nuw i8,
ptr %call.i, i64 16
# | check:236'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 109: %agg.result.spill.addr.i = getelementptr inbounds nuw i8,
ptr %call.i, i64 24
# | check:236'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/177628
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits