github-actions[bot] wrote:

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

* 134593 tests passed
* 3265 tests skipped
* 7 tests failed

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

### Clang
<details>
<summary>Clang.CodeGenOpenCL/nullptr.cl</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 
-no-enable-noundef-analysis 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\nullptr.cl 
-cl-std=CL2.0 -include opencl-c.h -triple spir64 -emit-llvm -o - 
-Wno-void-pointer-to-int-cast -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast 
| c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\nullptr.cl 
--check-prefixes=CHECK,SPIR64
# 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 
-no-enable-noundef-analysis 
'C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\nullptr.cl' 
-cl-std=CL2.0 -include opencl-c.h -triple spir64 -emit-llvm -o - 
-Wno-void-pointer-to-int-cast -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
# 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\CodeGenOpenCL\nullptr.cl' 
--check-prefixes=CHECK,SPIR64
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\nullptr.cl:600:12: 
error: SPIR64: expected string not found in input
# | // SPIR64: store <4 x i64> zeroinitializer, ptr %ptr, align 8
# |            ^
# | <stdin>:526:53: note: scanning from here
# | define dso_local spir_func void @test_memset_private(ptr writeonly 
captures(none) initializes((0, 40)) %ptr) local_unnamed_addr #2 {
# |                                                     ^
# | <stdin>:529:37: note: possible intended match here
# |  %S3.sroa.4.0..sroa_idx = getelementptr inbounds nuw i8, ptr %ptr, i64 32
# |                                     ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\CodeGenOpenCL\nullptr.cl
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |            521: if.end: ; preds = %if.then, %entry 
# |            522:  ret void 
# |            523: } 
# |            524:  
# |            525: ; Function Attrs: mustprogress nofree norecurse nosync 
nounwind willreturn memory(argmem: write) 
# |            526: define dso_local spir_func void @test_memset_private(ptr 
writeonly captures(none) initializes((0, 40)) %ptr) local_unnamed_addr #2 { 
# | check:600'0                                                         
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |            527: entry: 
# | check:600'0     ~~~~~~~
# |            528:  tail call void @llvm.memset.p0.i64(ptr noundef nonnull 
align 8 dereferenceable(32) %ptr, i8 0, i64 32, i1 false) 
# | check:600'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            529:  %S3.sroa.4.0..sroa_idx = getelementptr inbounds nuw i8, 
ptr %ptr, i64 32 
# | check:600'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:600'1                                         ?                       
               possible intended match
# |            530:  store ptr addrspacecast (ptr addrspace(4) null to ptr), 
ptr %S3.sroa.4.0..sroa_idx, align 8, !tbaa !7 
# | check:600'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            531:  ret void 
# | check:600'0     ~~~~~~~~~~
# |            532: } 
# | check:600'0     ~~
# |            533:  
# | check:600'0     ~
# |            534: ; Function Attrs: mustprogress nofree norecurse nosync 
nounwind willreturn memory(none) 
# | check:600'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              .
# |              .
# |              .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

### LLVM
<details>
<summary>LLVM.CodeGen/NVPTX/lower-byval-args.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\opt.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mtriple nvptx64 -mcpu=sm_60 -mattr=ptx77 -nvptx-lower-args -S | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=COMMON,LOWER-ARGS,SM_60
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-mtriple nvptx64 -mcpu=sm_60 -mattr=ptx77 -nvptx-lower-args -S
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=COMMON,LOWER-ARGS,SM_60
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\opt.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -nvptx-lower-args -S | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=COMMON,LOWER-ARGS,SM_70
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -nvptx-lower-args -S
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=COMMON,LOWER-ARGS,SM_70
# note: command had no output on stdout or stderr
# RUN: at line 4
c:\_work\llvm-project\llvm-project\build\bin\opt.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mtriple nvptx64 -mcpu=sm_60 -mattr=ptx77 -passes=nvptx-lower-args -S | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=COMMON,LOWER-ARGS,SM_60
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-mtriple nvptx64 -mcpu=sm_60 -mattr=ptx77 -passes=nvptx-lower-args -S
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=COMMON,LOWER-ARGS,SM_60
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\opt.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -passes=nvptx-lower-args -S | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=COMMON,LOWER-ARGS,SM_70
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -passes=nvptx-lower-args -S
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=COMMON,LOWER-ARGS,SM_70
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\opt.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -passes=nvptx-copy-byval-args -S | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=COMMON,COPY
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-mtriple nvptx64 -mcpu=sm_70 -mattr=ptx77 -passes=nvptx-copy-byval-args -S
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=COMMON,COPY
# note: command had no output on stdout or stderr
# RUN: at line 7
c:\_work\llvm-project\llvm-project\build\bin\llc.exe < 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
-mcpu=sm_60 -mattr=ptx77 | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll 
--check-prefixes=PTX,PTX_60
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' 
-mcpu=sm_60 -mattr=ptx77
# 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\llvm\test\CodeGen\NVPTX\lower-byval-args.ll'
 --check-prefixes=PTX,PTX_60
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll:458:13:
 error: PTX-NEXT: expected string not found in input
# | ; PTX-NEXT: .reg .b32 %r<23>;
# |             ^
# | <stdin>:295:17: note: scanning from here
# |  .reg .b64 %SPL;
# |                 ^
# | <stdin>:296:2: note: possible intended match here
# |  .reg .b32 %r<3>;
# |  ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\NVPTX\lower-byval-args.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |           290:  .param .align 4 .b8 memcpy_to_param_param_1[8] 
# |           291: ) // @memcpy_to_param 
# |           292: { 
# |           293:  .local .align 8 .b8 __local_depot9[8]; 
# |           294:  .reg .b64 %SP; 
# |           295:  .reg .b64 %SPL; 
# | next:458'0                     X error: no match found
# |           296:  .reg .b32 %r<3>; 
# | next:458'0     ~~~~~~~~~~~~~~~~~~
# | next:458'1      ?                 possible intended match
# |           297:  .reg .b64 %rd<47>; 
# | next:458'0     ~~~~~~~~~~~~~~~~~~~~
# |           298:  
# | next:458'0     ~
# |           299: // %bb.0: // %entry 
# | next:458'0     ~~~~~~~~~~~~~~~~~~~~
# |           300:  mov.b64 %SPL, __local_depot9; 
# | next:458'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           301:  cvta.local.u64 %SP, %SPL; 
# | next:458'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.DebugInfo/Generic/assignment-tracking/sroa/user-memcpy.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -passes=sroa -S 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll
 -o -  | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll
 --implicit-check-not="#dbg_"
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-passes=sroa -S 
'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll'
 -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\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll'
 '--implicit-check-not=#dbg_'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll:25:15:
 error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: #dbg_value(<2 x i64> zeroinitializer, ![[point:[0-9]+]], 
!DIExpression(DW_OP_LLVM_fragment, 0, 128), !{{[0-9]+}})
# |               ^
# | <stdin>:11:7: note: scanning from here
# | entry:
# |       ^
# | <stdin>:12:2: note: possible intended match here
# |  #dbg_value(i64 0, !105, !DIExpression(DW_OP_LLVM_fragment, 0, 64), !113)
# |  ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\assignment-tracking\sroa\user-memcpy.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |            6: %struct.V3i = type { i64, i64, i64 } 
# |            7:  
# |            8: @__const._Z3funv.other = private unnamed_addr constant 
%struct.V3i { i64 10, i64 9, i64 8 }, align 8 
# |            9:  
# |           10: define dso_local void @_Z3funv() !dbg !101 { 
# |           11: entry: 
# | next:25'0           X error: no match found
# |           12:  #dbg_value(i64 0, !105, !DIExpression(DW_OP_LLVM_fragment, 
0, 64), !113) 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:25'1      ?                                                            
             possible intended match
# |           13:  #dbg_value(i64 0, !105, !DIExpression(DW_OP_LLVM_fragment, 
64, 64), !113) 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           14:  #dbg_value(i64 5000, !105, 
!DIExpression(DW_OP_LLVM_fragment, 128, 64), !114) 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           15:  %other.sroa.0.0.copyload = load i64, ptr 
@__const._Z3funv.other, align 8, !dbg !115 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           16:  %other.sroa.2.0.copyload = load i64, ptr getelementptr 
inbounds (i8, ptr @__const._Z3funv.other, i64 8), align 8, !dbg !115 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           17:  %other.sroa.3.0.copyload = load i64, ptr getelementptr 
inbounds (i8, ptr @__const._Z3funv.other, i64 16), align 8, !dbg !115 
# | next:25'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.DebugInfo/Generic/sroa-alloca-offset.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\opt.exe 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll
 -passes=sroa -S | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll
 --check-prefixes=COMMON,OLD
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll'
 -passes=sroa -S
# 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\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll'
 --check-prefixes=COMMON,OLD
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll:145:16:
 error: COMMON-NEXT: is not on the line after the previous match
# | ; COMMON-NEXT: %[[ve:.*]] = load i32, ptr @gf, align 4{{.*}}
# |                ^
# | <stdin>:43:2: note: 'next' match was here
# |  %.sroa.0.0.copyload = load i32, ptr @gf, align 4, !dbg !39
# |  ^
# | <stdin>:40:7: note: previous match ended here
# | entry:
# |       ^
# | <stdin>:41:1: note: non-matching line after previous match is here
# |  %.sroa.2 = alloca %struct.two, align 8
# | ^
# | 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll:217:18:
 error: undefined variable: e
# | ; COMMON-DAG: ![[e]] = !DILocalVariable(name: "e",
# |                  ^
# | <stdin>:112:2: note: possible intended match here
# | !40 = !DILocalVariable(name: "e", scope: !35, file: !3, line: 9, type: !38)
# |  ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\Generic\sroa-alloca-offset.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |           38:  
# |           39: define dso_local noundef i32 @_Z4fun3v() !dbg !35 { 
# |           40: entry: 
# |           41:  %.sroa.2 = alloca %struct.two, align 8 
# |           42:  #dbg_declare(ptr %.sroa.2, !37, !DIExpression(), !39) 
# |           43:  %.sroa.0.0.copyload = load i32, ptr @gf, align 4, !dbg !39 
# | next:145       !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
error: match on wrong line
# |           44:  #dbg_value(i32 %.sroa.0.0.copyload, !40, 
!DIExpression(DW_OP_plus_uconst, 2), !41) 
# |           45:  %.sroa.1.0.copyload = load i32, ptr getelementptr inbounds 
(i8, ptr @gf, i64 4), align 4, !dbg !39 
# |           46:  #dbg_value(i32 %.sroa.1.0.copyload, !42, !DIExpression(), 
!41) 
# |           47:  #dbg_value(i32 %.sroa.1.0.copyload, !43, 
!DIExpression(DW_OP_plus_uconst, 2), !41) 
# |           48:  call void @llvm.memcpy.p0.p0.i64(ptr align 8 %.sroa.2, ptr 
align 4 getelementptr inbounds (i8, ptr @gf, i64 8), i64 8, i1 false), !dbg !39 
# |           49:  ret i32 %.sroa.1.0.copyload, !dbg !39 
# |           50: } 
# |           51:  
# |           52: define dso_local noundef i32 @fun4(i64 %0) !dbg !44 { 
# |           53: entry: 
# |           54:  %p.sroa.0.8.extract.trunc = trunc i64 %0 to i32 
# |           55:  #dbg_value(i32 %p.sroa.0.8.extract.trunc, !45, 
!DIExpression(DW_OP_LLVM_extract_bits_zext, 0, 32), !46) 
# |           56:  #dbg_value(i32 %p.sroa.0.8.extract.trunc, !47, 
!DIExpression(DW_OP_LLVM_extract_bits_zext, 16, 8), !46) 
# |           57:  #dbg_value(i32 %p.sroa.0.8.extract.trunc, !48, 
!DIExpression(DW_OP_plus_uconst, 2, DW_OP_LLVM_extract_bits_zext, 8, 8), !46) 
# | dag:217'0                                                                   
                                                         X~~~~~~ error: match 
failed for invalid pattern
# | dag:217'1                                                                   
                                                                 undefined 
variable: e
# |           58:  %p.sroa.2.8.extract.shift = lshr i64 %0, 32 
# | dag:217'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           59:  %p.sroa.2.8.extract.trunc = trunc i64 
%p.sroa.2.8.extract.shift to i32 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           60:  ret i32 %p.sroa.0.8.extract.trunc 
# | dag:217'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           61: } 
# | dag:217'0     ~~
# |           62:  
# | dag:217'0     ~
# |            .
# |            .
# |            .
# |          107: !35 = distinct !DISubprogram(name: "fun3", linkageName: 
"_Z4fun3v", scope: !3, file: !3, line: 8, type: !20, scopeLine: 8, flags: 
DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | 
DISPFlagOptimized, unit: !2, retainedNodes: !36) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          108: !36 = !{} 
# | dag:217'0     ~~~~~~~~~~
# |          109: !37 = !DILocalVariable(name: "h", scope: !35, file: !3, line: 
9, type: !38) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          110: !38 = !DIBasicType(name: "short", size: 16, encoding: 
DW_ATE_signed) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          111: !39 = !DILocation(line: 9, column: 9, scope: !35) 
# | dag:217'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          112: !40 = !DILocalVariable(name: "e", scope: !35, file: !3, line: 
9, type: !38) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | dag:217'2      ?                                                            
               possible intended match
# |          113: !41 = !DILocation(line: 0, scope: !35) 
# | dag:217'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          114: !42 = !DILocalVariable(name: "f", scope: !35, file: !3, line: 
9, type: !38) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          115: !43 = !DILocalVariable(name: "g", scope: !35, file: !3, line: 
9, type: !38) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          116: !44 = distinct !DISubprogram(name: "fun4", linkageName: 
"_Z4fun4v", scope: !3, file: !3, line: 8, type: !20, scopeLine: 8, flags: 
DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | 
DISPFlagOptimized, unit: !2, retainedNodes: !36) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          117: !45 = !DILocalVariable(name: "p", scope: !44, file: !3, line: 
9, type: !13) 
# | dag:217'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.DebugInfo/X86/sroasplit-4.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -passes='sroa' < 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\X86\sroasplit-4.ll -S -o 
- | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\X86\sroasplit-4.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-passes=sroa -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\llvm\test\DebugInfo\X86\sroasplit-4.ll'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\X86\sroasplit-4.ll:6:15: 
error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: %[[Y0:.*]] = insertelement <2 x i64> {{.*}}, i64 %[[T0]], i32 
0{{.*}}
# |               ^
# | <stdin>:23:42: note: scanning from here
# |  %0 = load i64, ptr @t, align 8, !dbg !26
# |                                          ^
# | <stdin>:23:42: note: with "T0" equal to "0"
# |  %0 = load i64, ptr @t, align 8, !dbg !26
# |                                          ^
# | <stdin>:41:52: note: possible intended match here
# |  %r.sroa.4.sroa.2.0.r.sroa.4.0.agg.tmp.sroa_idx.sroa_idx = getelementptr 
inbounds i8, ptr %r.sroa.4.0.agg.tmp.sroa_idx, i64 8, !dbg !30
# |                                                    ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\X86\sroasplit-4.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           .
# |           .
# |           .
# |          18:  
# |          19: if.then: ; preds = %entry 
# |          20:  br label %return, !dbg !25 
# |          21:  
# |          22: if.end: ; preds = %entry 
# |          23:  %0 = load i64, ptr @t, align 8, !dbg !26 
# | next:6'0                                              X error: no match 
found
# | next:6'1                                                with "T0" equal to 
"0"
# |          24:  #dbg_value(i64 %0, !27, !DIExpression(DW_OP_LLVM_fragment, 0, 
64), !28) 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          25:  %1 = load i64, ptr @t, align 8, !dbg !26 
# | next:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          26:  #dbg_value(i64 %1, !27, !DIExpression(DW_OP_LLVM_fragment, 
64, 64), !28) 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          27:  #dbg_value(i32 0, !29, !DIExpression(DW_OP_LLVM_fragment, 0, 
32), !28) 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          28:  #dbg_value(i64 0, !29, !DIExpression(DW_OP_LLVM_fragment, 64, 
64), !28) 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           .
# |           .
# |           .
# |          36:  store i64 0, ptr %r.sroa.21.0.agg.tmp.sroa_idx, align 8, !dbg 
!30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          37:  %r.sroa.3.0.agg.tmp.sroa_idx = getelementptr inbounds i8, ptr 
%agg.tmp, i64 16, !dbg !30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          38:  store i64 0, ptr %r.sroa.3.0.agg.tmp.sroa_idx, align 8, !dbg 
!30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          39:  %r.sroa.4.0.agg.tmp.sroa_idx = getelementptr inbounds i8, ptr 
%agg.tmp, i64 24, !dbg !30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          40:  store i64 %0, ptr %r.sroa.4.0.agg.tmp.sroa_idx, align 8, !dbg 
!30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          41:  %r.sroa.4.sroa.2.0.r.sroa.4.0.agg.tmp.sroa_idx.sroa_idx = 
getelementptr inbounds i8, ptr %r.sroa.4.0.agg.tmp.sroa_idx, i64 8, !dbg !30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:6'2                                                        ?           
                                                                          
possible intended match
# |          42:  store i64 %1, ptr 
%r.sroa.4.sroa.2.0.r.sroa.4.0.agg.tmp.sroa_idx.sroa_idx, align 8, !dbg !30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          43:  %call4 = call i32 @_Z7call_me1r(ptr byval(%struct.r) align 8 
%agg.tmp), !dbg !30 
# | next:6'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          44:  br label %return, !dbg !30 
# | next:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          45:  
# | next:6'0     ~
# |          46: return: ; preds = %if.end, %if.then 
# | next:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           .
# |           .
# |           .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.Transforms/SROA/struct-to-vector-fp-store-only-tail.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -passes=sroa -S 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll
 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-passes=sroa -S 
'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll'
# 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\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll:21:10:
 error: CHECK: expected string not found in input
# | ; CHECK: %.sroa.01.0.vec.insert = insertelement <4 x float> {{.*}}, float 
0.000000e+00, i32 0
# |          ^
# | <stdin>:15:96: note: scanning from here
# |  call void @llvm.memcpy.p0.p0.i64(ptr align 8 %.sroa.4, ptr align 8 
%.sroa.2, i64 44, i1 false)
# |                                                                             
                   ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-fp-store-only-tail.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           .
# |           .
# |           .
# |          10:  %.sroa.3 = alloca { float, float, float }, align 8 
# |          11:  %.sroa.4 = alloca { float, float, float, float, float, float, 
float, float, float, float, float }, align 8 
# |          12:  %.sroa.0.sroa.1 = alloca { float, float, float }, align 8 
# |          13:  %.sroa.2 = alloca { float, float, float, float, float, float, 
float, float, float, float, float }, align 8 
# |          14:  call void @llvm.memcpy.p0.p0.i64(ptr align 8 %.sroa.3, ptr 
align 8 %.sroa.0.sroa.1, i64 12, i1 false) 
# |          15:  call void @llvm.memcpy.p0.p0.i64(ptr align 8 %.sroa.4, ptr 
align 8 %.sroa.2, i64 44, i1 false) 
# | check:21                                                                    
                                X error: no match found
# |          16:  store float 0.000000e+00, ptr null, align 1 
# | check:21     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          17:  call void @llvm.memcpy.p0.p0.i64(ptr align 1 getelementptr 
inbounds (i8, ptr null, i64 4), ptr align 8 %.sroa.3, i64 12, i1 false) 
# | check:21     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          18:  store float 0.000000e+00, ptr getelementptr inbounds (i8, ptr 
null, i64 16), align 1 
# | check:21     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          19:  call void @llvm.memcpy.p0.p0.i64(ptr align 1 getelementptr 
inbounds (i8, ptr null, i64 20), ptr align 8 %.sroa.4, i64 44, i1 false) 
# | check:21     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          20:  ret ptr null 
# | check:21     ~~~~~~~~~~~~~~
# |           .
# |           .
# |           .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.Transforms/SROA/struct-to-vector-subpartition.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -passes=sroa -S 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll
 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' 
-passes=sroa -S 
'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll'
# 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\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll:14:10:
 error: CHECK: expected string not found in input
# | ; CHECK: %a.sroa.6.sroa.0.0.copyload = load <2 x i64>, ptr 
%a.sroa.6.0.src.sroa_idx, align 8
# |          ^
# | <stdin>:6:37: note: scanning from here
# | define void @test_subpartition_type(ptr %src, ptr %dst) {
# |                                     ^
# | <stdin>:12:2: note: possible intended match here
# |  %a.sroa.5.0.copyload = load i64, ptr %a.sroa.5.0.src.sroa_idx, align 8
# |  ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: ; ModuleID = 
'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\SROA\struct-to-vector-subpartition.ll'
 
# |             2: source_filename = 
"C:\\_work\\llvm-project\\llvm-project\\llvm\\test\\Transforms\\SROA\\struct-to-vector-subpartition.ll"
 
# |             3: target datalayout = 
"e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
 
# |             4: target triple = "x86_64-unknown-linux-gnu" 
# |             5:  
# |             6: define void @test_subpartition_type(ptr %src, ptr %dst) { 
# | check:14'0                                         X~~~~~~~~~~~~~~~~~~~~~ 
error: no match found
# |             7: entry: 
# | check:14'0     ~~~~~~~
# |             8:  %a.sroa.6 = alloca { i64, i64 }, align 8 
# | check:14'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             9:  call void @llvm.lifetime.start.p0(ptr %a.sroa.6) 
# | check:14'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            10:  %a.sroa.0.0.copyload = load ptr, ptr %src, align 8 
# | check:14'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            11:  %a.sroa.5.0.src.sroa_idx = getelementptr inbounds i8, ptr 
%src, i64 8 
# | check:14'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            12:  %a.sroa.5.0.copyload = load i64, ptr 
%a.sroa.5.0.src.sroa_idx, align 8 
# | check:14'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:14'1      ?                                                           
            possible intended match
# |            13:  %a.sroa.6.0.src.sroa_idx = getelementptr inbounds i8, ptr 
%src, i64 16 
# | check:14'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            14:  call void @llvm.memcpy.p0.p0.i64(ptr align 8 %a.sroa.6, ptr 
align 8 %a.sroa.6.0.src.sroa_idx, i64 16, i1 false) 
# | check:14'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            15:  store ptr %a.sroa.0.0.copyload, ptr %dst, align 8 
# | check:14'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            16:  %a.sroa.5.0.dst.sroa_idx = getelementptr inbounds i8, ptr 
%dst, i64 8 
# | check:14'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            17:  store i64 %a.sroa.5.0.copyload, ptr 
%a.sroa.5.0.dst.sroa_idx, align 8 
# | check:14'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/197086
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to