[clang] [llvm] [HLSL][DXIL][SPIRV] Added WaveActiveBitOr HLSL intrinsic (PR #165156)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 1 08:33:23 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 130357 tests passed
* 2898 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBitOr.ll</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll' -o -
# .---command stderr------------
# | Assertion failed: size() >= N && "Dropping more elements than exist", file C:\_work\llvm-project\llvm-project\llvm\include\llvm/ADT/ArrayRef.h, line 196
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0. Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\llc.exe -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown C:\\_work\\llvm-project\\llvm-project\\llvm\\test\\CodeGen\\SPIRV\\hlsl-intrinsics\\WaveActiveBitOr.ll -o -
# | 1. Running pass 'Function Pass Manager' on module 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll'.
# | 2. Running pass 'InstructionSelect' on function '@test_uint'
# | Exception Code: 0xC000001D
# | #0 0x00007ff7d5620df6 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x2c90df6)
# | #1 0x00007ffc86f6bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# | #2 0x00007ffc86f6cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# | #3 0x00007ffc86f6e4a1 (C:\Windows\System32\ucrtbase.dll+0x7e4a1)
# | #4 0x00007ffc86f6e6e1 (C:\Windows\System32\ucrtbase.dll+0x7e6e1)
# | #5 0x00007ff7d338dcf6 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x9fdcf6)
# | #6 0x00007ff7d5a934f9 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x31034f9)
# | #7 0x00007ff7d64a0cba (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x3b10cba)
# | #8 0x00007ff7d6486f0c (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x3af6f0c)
# | #9 0x00007ff7d64701e7 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x3ae01e7)
# | #10 0x00007ff7d3653a0a (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0xcc3a0a)
# | #11 0x00007ff7d3653031 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0xcc3031)
# | #12 0x00007ff7d33c4363 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0xa34363)
# | #13 0x00007ff7d2e38b72 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4a8b72)
# | #14 0x00007ff7d2e41c4d (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4b1c4d)
# | #15 0x00007ff7d2e39851 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4a9851)
# | #16 0x00007ff7d2997ab7 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x7ab7)
# | #17 0x00007ff7d2994d36 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4d36)
# | #18 0x00007ff7d704e500 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x46be500)
# | #19 0x00007ffc8e1d4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #20 0x00007ffc9851edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\SPIRV\hlsl-intrinsics\WaveActiveBitOr.ll
# `-----------------------------
# error: command failed with exit status: 2
--
```
</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/165156
More information about the cfe-commits
mailing list