github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 131419 tests passed
* 2950 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.TableGen/RegClassByHwMode.td</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llvm-tblgen.exe -gen-instr-info
-I C:\_work\llvm-project\llvm-project\llvm\test\TableGen -I
C:\_work\llvm-project\llvm-project\llvm\test\TableGen/../../include
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td -o -
| c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
-check-prefix=INSTRINFO
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\llvm-tblgen.exe' -gen-instr-info
-I 'C:\_work\llvm-project\llvm-project\llvm\test\TableGen' -I
'C:\_work\llvm-project\llvm-project\llvm\test\TableGen/../../include'
'C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td' -o -
# note: command had no output on stdout or stderr
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
-check-prefix=INSTRINFO
'C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td:27:15:
error: INSTRINFO: expected string not found in input
# | // INSTRINFO: { [[LOAD_STACK_GUARD_OPCODE]], 1, 1, 0, 0, 0, 0,
MyTargetOpInfoBase + [[LOAD_STACK_GUARD_OP_INDEX:[0-9]+]], 0,
0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::MayLoad)|(1ULL<<MCID::Rematerializable)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL }, // anonymous_
# | ^
# | <stdin>:353:30: note: scanning from here
# | } // namespace llvm::MyTarget
# | ^
# | <stdin>:353:30: note: with "LOAD_STACK_GUARD_OPCODE" equal to "30"
# | } // namespace llvm::MyTarget
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\RegClassByHwMode.td
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 348: MyPtrRC,
# | 349: XRegs_EvenIfRequired,
# | 350: YRegs_EvenIfRequired,
# | 351: };
# | 352:
# | 353: } // namespace llvm::MyTarget
# | check:27'0 X error: no match found
# | check:27'1 with
"LOAD_STACK_GUARD_OPCODE" equal to "30"
# | 354:
# | check:27'0 ~
# | 355: #endif // GET_INSTRINFO_ENUM
# | check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 356:
# | check:27'0 ~
# | 357: #ifdef GET_INSTRINFO_SCHED_ENUM
# | check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 358: #undef GET_INSTRINFO_SCHED_ENUM
# | check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.TableGen/target-specialized-pseudos.td</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llvm-tblgen.exe -gen-instr-info -I
C:\_work\llvm-project\llvm-project\llvm\test\TableGen/../../include
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td
-DALLCASES -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe
-check-prefixes=CHECK,ALLCASES
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\llvm-tblgen.exe' -gen-instr-info
-I 'C:\_work\llvm-project\llvm-project\llvm\test\TableGen/../../include'
'C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td'
-DALLCASES -o -
# note: command had no output on stdout or stderr
# executed command:
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe'
-check-prefixes=CHECK,ALLCASES
'C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td'
# .---command stderr------------
# |
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td:25:16:
error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: { [[MY_MOV_OPCODE]], 2, 1, 2, 0, 0, 0, MyTargetOpInfoBase +
{{[0-9]+}}, 0,
0|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq), 0x0ULL
}, // MY_MOV
# | ^
# | <stdin>:385:3: note: scanning from here
# | {
# | ^
# | <stdin>:385:3: note: with "MY_MOV_OPCODE" equal to "323"
# | {
# | ^
# | <stdin>:386:4: note: possible intended match here
# | { 323, 2, 1, 2, 0, 0, 0, MyTargetOpInfoBase + 151, 0,
0|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq), 0x0ULL,
0x0ULL, }, // MY_MOV
# | ^
# |
# | Input file: <stdin>
# | Check file:
C:\_work\llvm-project\llvm-project\llvm\test\TableGen\target-specialized-pseudos.td
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 380:
# | 381: static_assert((sizeof MyTargetInstrTable::ImplicitOps +
sizeof MyTargetInstrTable::Padding) % sizeof(MCOperandInfo) == 0);
# | 382: static constexpr unsigned MyTargetOpInfoBase = (sizeof
MyTargetInstrTable::ImplicitOps + sizeof MyTargetInstrTable::Padding) /
sizeof(MCOperandInfo);
# | 383:
# | 384: extern const MyTargetInstrTable MyTargetDescs = {
# | 385: {
# | next:25'0 X error: no match found
# | next:25'1 with "MY_MOV_OPCODE" equal to "323"
# | 386: { 323, 2, 1, 2, 0, 0, 0, MyTargetOpInfoBase + 151, 0,
0|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq), 0x0ULL,
0x0ULL, }, // MY_MOV
# | next:25'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:25'2 ?
possible intended match
# | 387: { 322, 4, 1, 0, 0, 0, 0, MyTargetOpInfoBase + 147, 0,
0|(1ULL<<MCID::PreISelOpcode)|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL, 0x0ULL, }, // G_UBFX
# | next:25'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 388: { 321, 4, 1, 0, 0, 0, 0, MyTargetOpInfoBase + 147, 0,
0|(1ULL<<MCID::PreISelOpcode)|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL, 0x0ULL, }, // G_SBFX
# | next:25'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 389: { 320, 2, 1, 0, 0, 0, 0, MyTargetOpInfoBase + 60, 0,
0|(1ULL<<MCID::PreISelOpcode)|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL, 0x0ULL, }, // G_VECREDUCE_UMIN
# | next:25'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 390: { 319, 2, 1, 0, 0, 0, 0, MyTargetOpInfoBase + 60, 0,
0|(1ULL<<MCID::PreISelOpcode)|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL, 0x0ULL, }, // G_VECREDUCE_UMAX
# | next:25'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 391: { 318, 2, 1, 0, 0, 0, 0, MyTargetOpInfoBase + 60, 0,
0|(1ULL<<MCID::PreISelOpcode)|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::ExtraSrcRegAllocReq)|(1ULL<<MCID::ExtraDefRegAllocReq),
0x0ULL, 0x0ULL, }, // G_VECREDUCE_SMIN
# | next:25'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/183767
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits