github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 129460 tests passed * 2864 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### LLVM <details> <summary>LLVM.CodeGen/AMDGPU/GlobalISel/mul.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\llc.exe -global-isel -new-reg-bank-select -mtriple=amdgcn -mcpu=gfx700 < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\GlobalISel\mul.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefixes=GCN,GFX7 C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\GlobalISel\mul.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -global-isel -new-reg-bank-select -mtriple=amdgcn -mcpu=gfx700 # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefixes=GCN,GFX7 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\GlobalISel\mul.ll' # .---command stderr------------ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\GlobalISel\mul.ll:1533:14: error: GFX7-NEXT: is not on the line after the previous match # | ; GFX7-NEXT: v_mov_b32_e32 v0, s14 # | ^ # | <stdin>:1185:2: note: 'next' match was here # | v_mov_b32_e32 v0, s14 # | ^ # | <stdin>:1181:25: note: previous match ended here # | s_add_u32 s19, s34, s19 # | ^ # | <stdin>:1182:1: note: non-matching line after previous match is here # | s_addc_u32 s28, s35, s28 # | ^ # | # | Input file: <stdin> # | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\GlobalISel\mul.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 1180: v_readfirstlane_b32 s35, v0 # | 1181: s_add_u32 s19, s34, s19 # | 1182: s_addc_u32 s28, s35, s28 # | 1183: s_cselect_b32 s34, 1, 0 # | 1184: s_cmp_lg_u32 s25, 0 # | 1185: v_mov_b32_e32 v0, s14 # | next:1533 !~~~~~~~~~~~~~~~~~~~~ error: match on wrong line # | 1186: s_cselect_b32 s25, 1, 0 # | 1187: s_cmp_lg_u32 s26, 0 # | 1188: v_mul_hi_u32 v0, s16, v0 # | 1189: s_addc_u32 s19, s25, s19 # | 1190: s_cselect_b32 s25, 1, 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/175887 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
