[llvm] Passes for widening vector operations and shuffle opt (PR #169559)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 13:09:28 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166373 tests passed
* 2873 tests skipped
* 6 tests failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/Hexagon/shortvec-vasrsat.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -hexagon-hvx-widen=32 -hexagon-widen-short-vector -mattr=+hvxv73,+hvx-length128b < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -hexagon-hvx-widen=32 -hexagon-widen-short-vector -mattr=+hvxv73,+hvx-length128b
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll:6:10: error: CHECK: expected string not found in input
# | ; CHECK: = vasr{{.*}}:sat
# | ^
# | <stdin>:8:18: note: scanning from here
# | .globl test_vasr // -- Begin function test_vasr
# | ^
# | <stdin>:8:43: note: possible intended match here
# | .globl test_vasr // -- Begin function test_vasr
# | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll:42:10: error: CHECK: expected string not found in input
# | ; CHECK: v{{[0-9:]+}}.ub = vasr(v{{[0-9]+}}.h,v{{[0-9]+}}.h,r{{[0-9]+}}):sat
# | ^
# | <stdin>:18:33: note: scanning from here
# | .globl test_vasr_with_intrinsic // -- Begin function test_vasr_with_intrinsic
# | ^
# | <stdin>:25:42: note: possible intended match here
# | .size test_vasr_with_intrinsic, .Lfunc_end1-test_vasr_with_intrinsic
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vasrsat.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 68 // Tag_arch
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | 4: .attribute 8, 1 // Tag_zreg
# | 5: .attribute 10, 1 // Tag_cabac
# | 6: .file "<stdin>"
# | 7: .text
# | 8: .globl test_vasr // -- Begin function test_vasr
# | check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:6'1 ? possible intended match
# | 9: .p2align 4
# | check:6'0 ~~~~~~~~~~~~
# | 10: .type test_vasr, at function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: test_vasr: // @test_vasr
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: .cfi_startproc
# | check:6'0 ~~~~~~~~~~~~~~~~
# | 13: // %bb.0: // %entry
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 14: .Lfunc_end0:
# | check:6'0 ~~~~~~~~~~~~~
# | 15: .size test_vasr, .Lfunc_end0-test_vasr
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 16: .cfi_endproc
# | check:6'0 ~~~~~~~~~~~~~~
# | 17: // -- End function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 18: .globl test_vasr_with_intrinsic // -- Begin function test_vasr_with_intrinsic
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:42'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 19: .p2align 4
# | check:42'0 ~~~~~~~~~~~~
# | 20: .type test_vasr_with_intrinsic, at function
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 21: test_vasr_with_intrinsic: // @test_vasr_with_intrinsic
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: .cfi_startproc
# | check:42'0 ~~~~~~~~~~~~~~~~
# | 23: // %bb.0: // %entry
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~
# | 24: .Lfunc_end1:
# | check:42'0 ~~~~~~~~~~~~~
# | 25: .size test_vasr_with_intrinsic, .Lfunc_end1-test_vasr_with_intrinsic
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:42'1 ? possible intended match
# | 26: .cfi_endproc
# | check:42'0 ~~~~~~~~~~~~~~
# | 27: // -- End function
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~
# | 28: .section ".note.GNU-stack","", at progbits
# | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/Hexagon/shortvec-vavg.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -hexagon-hvx-widen=32 -hexagon-widen-short-vector -mattr=+hvxv73,+hvx-length128b < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vavg.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vavg.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -hexagon-hvx-widen=32 -hexagon-widen-short-vector -mattr=+hvxv73,+hvx-length128b
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vavg.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vavg.ll:5:10: error: CHECK: expected string not found in input
# | ; CHECK: = vavg(v{{[0-9:]+}}.h,v{{[0-9]+}}.h)
# | ^
# | <stdin>:1:1: note: scanning from here
# | .attribute 4, 68 // Tag_arch
# | ^
# | <stdin>:2:20: note: possible intended match here
# | .attribute 5, 73 // Tag_hvx_arch
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vavg.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 68 // Tag_arch
# | check:5'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:5'1 ? possible intended match
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 4: .attribute 8, 1 // Tag_zreg
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 5: .attribute 10, 1 // Tag_cabac
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: .file "<stdin>"
# | check:5'0 ~~~~~~~~~~~~~~~~~
# | 7: .text
# | check:5'0 ~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/Hexagon/shortvec-vmpy.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b -hexagon-hvx-widen=32 -hexagon-widen-short-vector < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vmpy.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vmpy.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b -hexagon-hvx-widen=32 -hexagon-widen-short-vector
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vmpy.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vmpy.ll:5:10: error: CHECK: expected string not found in input
# | ; CHECK: {{[0-9]+:[0-9]+}}.uh = vmpy(v{{[0-9]+}}.ub,v{{[0-9]+}}.ub)
# | ^
# | <stdin>:1:1: note: scanning from here
# | .attribute 4, 68 // Tag_arch
# | ^
# | <stdin>:15:2: note: possible intended match here
# | .size test_vmpy, .Lfunc_end0-test_vmpy
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/shortvec-vmpy.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 68 // Tag_arch
# | check:5'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 4: .attribute 8, 1 // Tag_zreg
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 5: .attribute 10, 1 // Tag_cabac
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: .file "<stdin>"
# | check:5'0 ~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 10: .type test_vmpy, at function
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: test_vmpy: // @test_vmpy
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: .cfi_startproc
# | check:5'0 ~~~~~~~~~~~~~~~~
# | 13: // %bb.0: // %entry
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~
# | 14: .Lfunc_end0:
# | check:5'0 ~~~~~~~~~~~~~
# | 15: .size test_vmpy, .Lfunc_end0-test_vmpy
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:5'1 ? possible intended match
# | 16: .cfi_endproc
# | check:5'0 ~~~~~~~~~~~~~~
# | 17: // -- End function
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~
# | 18: .section ".note.GNU-stack","", at progbits
# | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/Hexagon/vasr-sat.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll:6:10: error: CHECK: expected string not found in input
# | ; CHECK: = vasr{{.*}}:sat
# | ^
# | <stdin>:8:18: note: scanning from here
# | .globl test_vasr // -- Begin function test_vasr
# | ^
# | <stdin>:8:43: note: possible intended match here
# | .globl test_vasr // -- Begin function test_vasr
# | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll:40:10: error: CHECK: expected string not found in input
# | ; CHECK: = vasr{{.*}}:sat
# | ^
# | <stdin>:18:33: note: scanning from here
# | .globl test_vasr_with_intrinsic // -- Begin function test_vasr_with_intrinsic
# | ^
# | <stdin>:18:58: note: possible intended match here
# | .globl test_vasr_with_intrinsic // -- Begin function test_vasr_with_intrinsic
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vasr-sat.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 68 // Tag_arch
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | 4: .attribute 8, 1 // Tag_zreg
# | 5: .attribute 10, 1 // Tag_cabac
# | 6: .file "<stdin>"
# | 7: .text
# | 8: .globl test_vasr // -- Begin function test_vasr
# | check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:6'1 ? possible intended match
# | 9: .p2align 4
# | check:6'0 ~~~~~~~~~~~~
# | 10: .type test_vasr, at function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: test_vasr: // @test_vasr
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: .cfi_startproc
# | check:6'0 ~~~~~~~~~~~~~~~~
# | 13: // %bb.0: // %entry
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 14: .Lfunc_end0:
# | check:6'0 ~~~~~~~~~~~~~
# | 15: .size test_vasr, .Lfunc_end0-test_vasr
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 16: .cfi_endproc
# | check:6'0 ~~~~~~~~~~~~~~
# | 17: // -- End function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 18: .globl test_vasr_with_intrinsic // -- Begin function test_vasr_with_intrinsic
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:40'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | check:40'1 ? possible intended match
# | 19: .p2align 4
# | check:40'0 ~~~~~~~~~~~~
# | 20: .type test_vasr_with_intrinsic, at function
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 21: test_vasr_with_intrinsic: // @test_vasr_with_intrinsic
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: .cfi_startproc
# | check:40'0 ~~~~~~~~~~~~~~~~
# | 23: // %bb.0: // %entry
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/Hexagon/vavg.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mv73 -mhvx -mattr=+hvx-length128b < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vavg.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vavg.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mv73 -mhvx -mattr=+hvx-length128b
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vavg.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vavg.ll:4:10: error: CHECK: expected string not found in input
# | ; CHECK: = vavg(v{{[0-9:]+}}.uh,v{{[0-9]+}}.uh)
# | ^
# | <stdin>:1:1: note: scanning from here
# | .attribute 4, 73 // Tag_arch
# | ^
# | <stdin>:2:20: note: possible intended match here
# | .attribute 5, 73 // Tag_hvx_arch
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vavg.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 73 // Tag_arch
# | check:4'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | check:4'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:4'1 ? possible intended match
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | check:4'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 4: .attribute 8, 1 // Tag_zreg
# | check:4'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 5: .file "<stdin>"
# | check:4'0 ~~~~~~~~~~~~~~~~~
# | 6: .text
# | check:4'0 ~~~~~~~
# | 7: .globl test_vavg // -- Begin function test_vavg
# | check:4'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/Hexagon/vmpa.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -march=hexagon -mattr=+hvxv73,+hvx-length128b
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll:6:10: error: CHECK: expected string not found in input
# | ; CHECK: = vmpa(v{{[0-9:]+}}.ub,r{{[0-9]+}}.b)
# | ^
# | <stdin>:8:19: note: scanning from here
# | .globl test_vmpa8 // -- Begin function test_vmpa8
# | ^
# | <stdin>:10:11: note: possible intended match here
# | .type test_vmpa8, at function
# | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll:40:10: error: CHECK: expected string not found in input
# | ; CHECK: = vmpa(v{{[0-9:]+}}.uh,r{{[0-9]+}}.b)
# | ^
# | <stdin>:18:20: note: scanning from here
# | .globl test_vmpa16 // -- Begin function test_vmpa16
# | ^
# | <stdin>:20:11: note: possible intended match here
# | .type test_vmpa16, at function
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Hexagon/vmpa.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .attribute 4, 68 // Tag_arch
# | 2: .attribute 5, 73 // Tag_hvx_arch
# | 3: .attribute 7, 1 // Tag_hvx_qfloat
# | 4: .attribute 8, 1 // Tag_zreg
# | 5: .attribute 10, 1 // Tag_cabac
# | 6: .file "<stdin>"
# | 7: .text
# | 8: .globl test_vmpa8 // -- Begin function test_vmpa8
# | check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 9: .p2align 4
# | check:6'0 ~~~~~~~~~~~~
# | 10: .type test_vmpa8, at function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:6'1 ? possible intended match
# | 11: test_vmpa8: // @test_vmpa8
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 12: .cfi_startproc
# | check:6'0 ~~~~~~~~~~~~~~~~
# | 13: // %bb.0: // %entry
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 14: .Lfunc_end0:
# | check:6'0 ~~~~~~~~~~~~~
# | 15: .size test_vmpa8, .Lfunc_end0-test_vmpa8
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 16: .cfi_endproc
# | check:6'0 ~~~~~~~~~~~~~~
# | 17: // -- End function
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~
# | 18: .globl test_vmpa16 // -- Begin function test_vmpa16
# | check:6'0 ~~~~~~~~~~~~~~~~~~~
# | check:40'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 19: .p2align 4
# | check:40'0 ~~~~~~~~~~~~
# | 20: .type test_vmpa16, at function
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:40'1 ? possible intended match
# | 21: test_vmpa16: // @test_vmpa16
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 22: .cfi_startproc
# | check:40'0 ~~~~~~~~~~~~~~~~
# | 23: // %bb.0: // %entry
# | check:40'0 ~~~~~~~~~~~~~~~~~~~~
# | 24: .Lfunc_end1:
# | check:40'0 ~~~~~~~~~~~~~
# | 25: .size test_vmpa16, .Lfunc_end1-test_vmpa16
# | check:40'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/169559
More information about the llvm-commits
mailing list