[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:18:41 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/15515
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/X86/avx512-i1test.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
z:\b\llvm-clang-x86_64-sie-win\build\bin\llc.exe < Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll -mattr=+avx512f -disable-cgp-delete-phis | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\llc.exe' -mattr=+avx512f -disable-cgp-delete-phis
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll'
# .---command stderr------------
# | [1mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll:11:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m# | [1m[0m; CHECK-NEXT: xorl %eax, %eax
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:8:16: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0m# %bb.0: # %bb1
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:9:3: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m testb %al, %al
# | [0;1;32m ^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\CodeGen\X86\avx512-i1test.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46m .file "<stdin>" [0m
# | [0;1;30m 2: [0m[1m[0;1;46m .text [0m
# | [0;1;30m 3: [0m[1m[0;1;46m .globl func # -- Begin function func [0m
# | [0;1;30m 4: [0m[1m[0;1;46m .p2align 4 [0m
# | [0;1;30m 5: [0m[1m[0;1;46m .type func, at function [0m
# | [0;1;30m 6: [0m[1m[0;1;46m[0mfunc:[0;1;46m # @func [0m
# | [0;1;32mlabel:9'0 ^~~~~
[0m# | [0;1;32m[0m[0;1;32mlabel:9'1 ^~~~~
[0m# | [0;1;32m[0m[0;1;30m 7: [0m[1m[0;1;46m .cfi_startproc [0m
# | [0;1;30m 8: [0m[1m[0;1;46m[0m# %bb.0: # %bb1[0;1;46m [0m
# | [0;1;32mcheck:10 ^~~~~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;31mnext:11'0 X error: no match found
[0m# | [0;1;31m[0m[0;1;30m 9: [0m[1m[0;1;46m testb %al, %al [0m
# | [0;1;31mnext:11'0 ~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m[0;1;35mnext:11'1 ? possible intended match
[0m# | [0;1;35m[0m[0;1;30m 10: [0m[1m[0;1;46m je .LBB0_1 [0m
# | [0;1;31mnext:11'0 ~~~~~~~~~~~~
[0m# | [0;1;31m[0m[0;1;30m 11: [0m[1m[0;1;46m# %bb.3: # %L_30 [0m
# | [0;1;31mnext:11'0 ~~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m[0;1;30m 12: [0m[1m[0;1;46m retq [0m
# | [0;1;31mnext:11'0 ~~~~~~
[0m# | [0;1;31m[0m[0;1;30m 13: [0m[1m[0;1;46m .p2align 4 [0m
# | [0;1;31mnext:11'0 ~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/122741
More information about the llvm-commits
mailing list