[llvm] PeepholeOpt: Do not add subregister indexes to reg_sequence operands (PR #124111)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 05:52:53 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-dev-x86-64` running on `ml-opt-dev-x86-64-b1` while building `llvm` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/137/builds/12563

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll
RUN: at line 3: /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=GFX9,GFX90APLUS,GFX90A /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck -check-prefixes=GFX9,GFX90APLUS,GFX90A /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll:3610:16: error: GFX90A-NEXT: is not on the line after the previous match
; GFX90A-NEXT: s_mov_b32 s10, s9
               ^
<stdin>:2961:2: note: 'next' match was here
 s_mov_b32 s10, s9
 ^
<stdin>:2959:11: note: previous match ended here
 ;;#ASMEND
          ^
<stdin>:2960:1: note: non-matching line after previous match is here
 s_mov_b32 s8, s9
^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll:3684:20: error: GFX90APLUS-NEXT: expected string not found in input
; GFX90APLUS-NEXT: ; def s[8:9]
                   ^
<stdin>:3035:13: note: scanning from here
 ;;#ASMSTART
            ^
<stdin>:3036:2: note: possible intended match here
 ; def s[4:5]
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll:4133:16: error: GFX90A-NEXT: is not on the line after the previous match
; GFX90A-NEXT: s_mov_b32 s10, s5
               ^
<stdin>:3512:2: note: 'next' match was here
 s_mov_b32 s10, s5
 ^
<stdin>:3510:11: note: previous match ended here
 ;;#ASMEND
          ^
<stdin>:3511:1: note: non-matching line after previous match is here
 s_mov_b32 s8, s9
^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v4f32.v2f32.ll:5036:16: error: GFX90A-NEXT: expected string not found in input
; GFX90A-NEXT: ; def s[8:9]
               ^
<stdin>:4466:13: note: scanning from here
 ;;#ASMSTART
            ^
...

```

</details>

https://github.com/llvm/llvm-project/pull/124111


More information about the llvm-commits mailing list