[llvm] [AMDGPU] Promote uniform ops to I32 in DAGISel (PR #106383)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 00:16:56 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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/load-constant-i1.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-- -verify-machineinstrs < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=GFX6 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=GFX6 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-- -verify-machineinstrs
RUN: at line 3: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-- -mcpu=tonga -verify-machineinstrs < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=GFX8 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=GFX8 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-- -mcpu=tonga -verify-machineinstrs
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll:8972:14: error: GFX8-NEXT: is not on the line after the previous match
; GFX8-NEXT: s_waitcnt vmcnt(0)
             ^
<stdin>:4279:2: note: 'next' match was here
 s_waitcnt vmcnt(0)
 ^
<stdin>:4228:64: note: previous match ended here
 buffer_store_dword v12, off, s[88:91], 0 ; 4-byte Folded Spill
                                                               ^
<stdin>:4229:1: note: non-matching line after previous match is here
 buffer_store_dword v13, off, s[88:91], 0 offset:4 ; 4-byte Folded Spill
^

Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/load-constant-i1.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
              1:  .text 
              2:  .section .AMDGPU.config,"", at progbits 
              3:  .long 47176 
              4:  .long 11469504 
              5:  .long 47180 
              6:  .long 5004 
              7:  .long 47200 
              8:  .long 0 
              9:  .long 4 
             10:  .long 0 
             11:  .long 8 
             12:  .long 0 
             13:  .text 
             14:  .globl constant_load_i1 ; -- Begin function constant_load_i1 
             15:  .p2align 8 
             16:  .type constant_load_i1, at function 
             17: constant_load_i1: ; @constant_load_i1 
label:26'0       ^~~~~~~~~~~~~~~~~
label:26'1       ^~~~~~~~~~~~~~~~~
...

```

</details>

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


More information about the llvm-commits mailing list