[llvm] [SelectionDAG] Folding ZERO-EXTEND/SIGN_EXTEND poison to Poison value in getNode (PR #122741)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 07:12:48 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-offload-amdgpu-runtime-2` running on `rocm-worker-hw-02` while building `llvm` at step 8 "Add check check-llvm".

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

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

```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/X86/avx512-i1test.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llc < /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/CodeGen/X86/avx512-i1test.ll -mattr=+avx512f -disable-cgp-delete-phis | /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/FileCheck /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/CodeGen/X86/avx512-i1test.ll # RUN: at line 2
+ /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llc -mattr=+avx512f -disable-cgp-delete-phis
+ /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/FileCheck /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/CodeGen/X86/avx512-i1test.ll
/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/CodeGen/X86/avx512-i1test.ll:11:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: xorl %eax, %eax
              ^
<stdin>:8:16: note: scanning from here
# %bb.0: # %bb1
               ^
<stdin>:9:3: note: possible intended match here
 testb %al, %al
  ^

Input file: <stdin>
Check file: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/CodeGen/X86/avx512-i1test.ll

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

Input was:
<<<<<<
           1:  .file "<stdin>" 
           2:  .text 
           3:  .globl func # -- Begin function func 
           4:  .p2align 4 
           5:  .type func, at function 
           6: func: # @func 
           7:  .cfi_startproc 
           8: # %bb.0: # %bb1 
next:11'0                    X error: no match found
           9:  testb %al, %al 
next:11'0     ~~~~~~~~~~~~~~~~
next:11'1       ?              possible intended match
          10:  je .LBB0_1 
next:11'0     ~~~~~~~~~~~~
          11: # %bb.3: # %L_30 
next:11'0     ~~~~~~~~~~~~~~~~~
          12:  retq 
next:11'0     ~~~~~~
          13:  .p2align 4 
next:11'0     ~~~~~~~~~~~~
          14: .LBB0_1: # %bb33 
next:11'0     ~~~~~~~~~~~~~~~~~
           .
           .
           .
...

```

</details>

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


More information about the llvm-commits mailing list