[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:11:40 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `arc-builder` running on `arc-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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/X86/bfloat.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
/buildbot/worker/arc-folder/build/bin/llc < /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll -mtriple=i686-linux-gnu -mattr=avx512bf16,avx512fp16,avx512vl | /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll --check-prefixes=X86 # RUN: at line 2
+ /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll --check-prefixes=X86
+ /buildbot/worker/arc-folder/build/bin/llc -mtriple=i686-linux-gnu -mattr=avx512bf16,avx512fp16,avx512vl
/buildbot/worker/arc-folder/build/bin/llc < /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll -mtriple=x86_64-linux-gnu | /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll --check-prefixes=CHECK,SSE2 # RUN: at line 3
+ /buildbot/worker/arc-folder/build/bin/llc -mtriple=x86_64-linux-gnu
+ /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll --check-prefixes=CHECK,SSE2
/buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll:845:14: error: SSE2-NEXT: expected string not found in input
; SSE2-NEXT: xorl %eax, %eax
             ^
<stdin>:404:9: note: scanning from here
# %bb.0:
        ^
<stdin>:438:2: note: possible intended match here
 orl %ebx, %eax
 ^

Input file: <stdin>
Check file: /buildbot/worker/arc-folder/llvm-project/llvm/test/CodeGen/X86/bfloat.ll

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

Input was:
<<<<<<
            .
            .
            .
          399:  .text 
          400:  .globl pr63017_2 
          401:  .p2align 4 
          402:  .type pr63017_2, at function 
          403: pr63017_2: # @pr63017_2 
          404: # %bb.0: 
next:845'0             X error: no match found
          405:  testb %al, %al 
next:845'0     ~~~~~~~~~~~~~~~~
          406:  jne .LBB16_1 
next:845'0     ~~~~~~~~~~~~~~
          407: # %bb.2: # %cond.load 
next:845'0     ~~~~~~~~~~~~~~~~~~~~~~
          408:  movzwl (%rax), %eax 
next:845'0     ~~~~~~~~~~~~~~~~~~~~~
          409:  shll $16, %eax 
next:845'0     ~~~~~~~~~~~~~~~~
            .
            .
...

```

</details>

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


More information about the llvm-commits mailing list