[llvm] [X86] bitcnt-big-integer.ll - add non-VLX avx512vpopcntdq test coverage (PR #182676)

via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 21 09:11:58 PST 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 131151 tests passed
* 2949 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### LLVM
<details>
<summary>LLVM.Transforms/InstCombine/select-fcmp-fmul-zero-absorbing-value.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -p=instcombine < C:\_work\llvm-project\llvm-project\llvm\test\Transforms\InstCombine\select-fcmp-fmul-zero-absorbing-value.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\Transforms\InstCombine\select-fcmp-fmul-zero-absorbing-value.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -p=instcombine
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\Transforms\InstCombine\select-fcmp-fmul-zero-absorbing-value.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\Transforms\InstCombine\select-fcmp-fmul-zero-absorbing-value.ll:376:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: [[MUL_FABS_X:%.*]] = fmul float [[FABS_X]], 0x4170000000000000
# |               ^
# | <stdin>:179:52: note: scanning from here
# |  %fabs.x = call nnan float @llvm.fabs.f32(float %x)
# |                                                    ^
# | <stdin>:179:52: note: with "FABS_X" equal to "%fabs.x"
# |  %fabs.x = call nnan float @llvm.fabs.f32(float %x)
# |                                                    ^
# | <stdin>:180:21: note: possible intended match here
# |  %mul.fabs.x = fmul nnan float %fabs.x, 0x4170000000000000
# |                     ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\Transforms\InstCombine\select-fcmp-fmul-zero-absorbing-value.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |           174:  %select = select i1 %x.is.zero, float %mul.fabs.x, float %fabs.x 
# |           175:  ret float %select 
# |           176: } 
# |           177:  
# |           178: define float @cmp_one_nnan_fabs(float %x) { 
# |           179:  %fabs.x = call nnan float @llvm.fabs.f32(float %x) 
# | next:376'0                                                        X error: no match found
# | next:376'1                                                          with "FABS_X" equal to "%fabs.x"
# |           180:  %mul.fabs.x = fmul nnan float %fabs.x, 0x4170000000000000 
# | next:376'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:376'2                         ?                                       possible intended match
# |           181:  %x.is.not.zero = fcmp one float %x, 0.000000e+00 
# | next:376'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           182:  %select = select i1 %x.is.not.zero, float %fabs.x, float %mul.fabs.x 
# | next:376'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           183:  ret float %select 
# | next:376'0     ~~~~~~~~~~~~~~~~~~~
# |           184: } 
# | next:376'0     ~~
# |           185:  
# | next:376'0     ~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the llvm-commits mailing list