[llvm] [AArch64] Split misched-fusion.ll per feature(NFC) (PR #203576)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 14 01:10:22 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 135784 tests passed
* 3445 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/AArch64/misched-fusion-arith-bcc.mir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -o /dev/null C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-bcc.mir -mtriple=aarch64-unknown -mattr=+arith-bcc-fusion -passes=machine-scheduler -misched-print-dags 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-bcc.mir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -o /dev/null 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-bcc.mir' -mtriple=aarch64-unknown -mattr=+arith-bcc-fusion -passes=machine-scheduler -misched-print-dags
# 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\AArch64\misched-fusion-arith-bcc.mir'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-bcc.mir:7:16: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: addswri
# | ^
# | <stdin>:1:1: note: scanning from here
# | SU(0): $w0 = ADDSWri $w0, 13, 0, implicit-def $nzcv
# | ^
# | <stdin>:1:14: note: possible intended match here
# | SU(0): $w0 = ADDSWri $w0, 13, 0, implicit-def $nzcv
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-bcc.mir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: SU(0): $w0 = ADDSWri $w0, 13, 0, implicit-def $nzcv
# | label:7'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | label:7'1 ? possible intended match
# | 2: # preds left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 3: # succs left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 4: # weak succs left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 5: # rdefs left : 0
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 6: Latency : 1
# | label:7'0 ~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/AArch64/misched-fusion-arith-cbz.mir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -o /dev/null C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-cbz.mir -mtriple=aarch64-unknown -mattr=+arith-cbz-fusion -passes=machine-scheduler -misched-print-dags 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-cbz.mir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -o /dev/null 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-cbz.mir' -mtriple=aarch64-unknown -mattr=+arith-cbz-fusion -passes=machine-scheduler -misched-print-dags
# 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\AArch64\misched-fusion-arith-cbz.mir'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-cbz.mir:7:16: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: addwri_cbz
# | ^
# | <stdin>:1:1: note: scanning from here
# | SU(0): $w0 = ADDWri $w0, 13, 0
# | ^
# | <stdin>:1:14: note: possible intended match here
# | SU(0): $w0 = ADDWri $w0, 13, 0
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AArch64\misched-fusion-arith-cbz.mir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: SU(0): $w0 = ADDWri $w0, 13, 0
# | label:7'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | label:7'1 ? possible intended match
# | 2: # preds left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 3: # succs left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 4: # weak succs left : 1
# | label:7'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 5: # rdefs left : 0
# | label:7'0 ~~~~~~~~~~~~~~~~~~
# | 6: Latency : 1
# | label:7'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/203576
More information about the llvm-commits
mailing list