[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:21:01 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-win` running on `as-builder-8` while building `llvm` at step 7 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/54/builds/8442
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/X86/avx512-i1test.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\llc.exe < C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll -mattr=+avx512f -disable-cgp-delete-phis | c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\filecheck.exe C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\llc.exe' -mattr=+avx512f -disable-cgp-delete-phis
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\filecheck.exe' 'C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll'
# .---command stderr------------
# | C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\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: C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\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