[clang] [llvm] [HLSL][DXIL][SPRIV] Added WaveActiveProduct intrinsic #164385 (PR #165109)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 29 12:56:52 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166456 tests passed
* 2873 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll -o -
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll:16:10: error: CHECK: expected string not found in input
# | ; CHECK: %[[#fret:]] = OpGroupNonUniformFMul %[[#f32]] %[[#scope]] %[[#fexpr]]
# | ^
# | <stdin>:30:30: note: scanning from here
# | %13 = OpFunctionParameter %4
# | ^
# | <stdin>:30:30: note: with "f32" equal to "4"
# | %13 = OpFunctionParameter %4
# | ^
# | <stdin>:30:30: note: with "scope" equal to "7"
# | %13 = OpFunctionParameter %4
# | ^
# | <stdin>:30:30: note: with "fexpr" equal to "13"
# | %13 = OpFunctionParameter %4
# | ^
# | <stdin>:32:2: note: possible intended match here
# | %15 = OpGroupNonUniformFMul %4 %7 Reduce %13
# | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll:25:10: error: CHECK: expected string not found in input
# | ; CHECK: %[[#iret:]] = OpGroupNonUniformIMul %[[#uint]] %[[#scope]] %[[#iexpr]]
# | ^
# | <stdin>:37:30: note: scanning from here
# | %16 = OpFunctionParameter %6
# | ^
# | <stdin>:37:30: note: with "uint" equal to "6"
# | %16 = OpFunctionParameter %6
# | ^
# | <stdin>:37:30: note: with "scope" equal to "7"
# | %16 = OpFunctionParameter %6
# | ^
# | <stdin>:37:30: note: with "iexpr" equal to "16"
# | %16 = OpFunctionParameter %6
# | ^
# | <stdin>:39:2: note: possible intended match here
# | %18 = OpGroupNonUniformIMul %6 %7 Reduce %16
# | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll:34:10: error: CHECK: expected string not found in input
# | ; CHECK: %[[#vhalfret:]] = OpGroupNonUniformFMul %[[#v4_half]] %[[#scope]] %[[#vbexpr]]
# | ^
# | <stdin>:44:31: note: scanning from here
# | %19 = OpFunctionParameter %11
# | ^
# | <stdin>:44:31: note: with "v4_half" equal to "11"
# | %19 = OpFunctionParameter %11
# | ^
# | <stdin>:44:31: note: with "scope" equal to "7"
# | %19 = OpFunctionParameter %11
# | ^
# | <stdin>:44:31: note: with "vbexpr" equal to "19"
# | %19 = OpFunctionParameter %11
# | ^
# | <stdin>:46:2: note: possible intended match here
# | %21 = OpGroupNonUniformFMul %11 %7 Reduce %19
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveProduct.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 25: %9 = OpTypeFunction %6 %6
# | 26: %10 = OpTypeFloat 16
# | 27: %11 = OpTypeVector %10 4
# | 28: %12 = OpTypeFunction %11 %11
# | 29: %14 = OpFunction %4 None %5 ; -- Begin function test_float
# | 30: %13 = OpFunctionParameter %4
# | check:16'0 X error: no match found
# | check:16'1 with "f32" equal to "4"
# | check:16'2 with "scope" equal to "7"
# | check:16'3 with "fexpr" equal to "13"
# | 31: %1 = OpLabel
# | check:16'0 ~~~~~~~~~~~~~~
# | 32: %15 = OpGroupNonUniformFMul %4 %7 Reduce %13
# | check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:16'4 ? possible intended match
# | 33: OpReturnValue %15
# | check:16'0 ~~~~~~~~~~~~~~~~~~~
# | 34: OpFunctionEnd
# | check:16'0 ~~~~~~~~~~~~~~~
# | 35: ; -- End function
# | check:16'0 ~~~~~~~~~~~~~~~~~~~
# | 36: %17 = OpFunction %6 None %9 ; -- Begin function test_int
# | check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 37: %16 = OpFunctionParameter %6
# | check:25'0 X error: no match found
# | check:25'1 with "uint" equal to "6"
# | check:25'2 with "scope" equal to "7"
# | check:25'3 with "iexpr" equal to "16"
# | 38: %2 = OpLabel
# | check:25'0 ~~~~~~~~~~~~~~
# | 39: %18 = OpGroupNonUniformIMul %6 %7 Reduce %16
# | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:25'4 ? possible intended match
# | 40: OpReturnValue %18
# | check:25'0 ~~~~~~~~~~~~~~~~~~~
# | 41: OpFunctionEnd
# | check:25'0 ~~~~~~~~~~~~~~~
# | 42: ; -- End function
# | check:25'0 ~~~~~~~~~~~~~~~~~~~
# | 43: %20 = OpFunction %11 None %12 ; -- Begin function test_vhalf
# | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 44: %19 = OpFunctionParameter %11
# | check:34'0 X error: no match found
# | check:34'1 with "v4_half" equal to "11"
# | check:34'2 with "scope" equal to "7"
# | check:34'3 with "vbexpr" equal to "19"
# | 45: %3 = OpLabel
# | check:34'0 ~~~~~~~~~~~~~~
# | 46: %21 = OpGroupNonUniformFMul %11 %7 Reduce %19
# | check:34'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:34'4 ? possible intended match
# | 47: OpReturnValue %21
# | check:34'0 ~~~~~~~~~~~~~~~~~~~
# | 48: OpFunctionEnd
# | check:34'0 ~~~~~~~~~~~~~~~
# | 49: ; -- End function
# | check:34'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/165109
More information about the cfe-commits
mailing list