Kai
751a546fa9
[HLSL][DXIL][SPIRV] WavePrefixSum intrinsic support ( #167946 )
...
Issue: https://github.com/llvm/llvm-project/issues/99172
- [x] Implement `WavePrefixSum` clang builtin
- [x] Link `WavePrefixSum` clang builtin with `hlsl_intrinsics.h`
- [x] Add sema checks for `WavePrefixSum` to
`CheckHLSLBuiltinFunctionCall` in `SemaChecking.cpp`
- [x] Add codegen for `WavePrefixSum` to `EmitHLSLBuiltinExpr` in
`CGBuiltin.cpp`
- [x] Add codegen tests to
`clang/test/CodeGenHLSL/builtins/WavePrefixSum.hlsl`
- [x] Add sema tests to
`clang/test/SemaHLSL/BuiltIns/WavePrefixSum-errors.hlsl`
- [x] Create the `int_dx_WavePrefixSum` intrinsic in
`IntrinsicsDirectX.td`
- [x] Create the `DXILOpMapping` of `int_dx_WavePrefixSum` to `121` in
`DXIL.td`
- [x] Create the `WavePrefixSum.ll` and `WavePrefixSum_errors.ll` tests
in `llvm/test/CodeGen/DirectX/`
- [x] Create the `int_spv_WavePrefixSum` intrinsic in
`IntrinsicsSPIRV.td`
- [x] In SPIRVInstructionSelector.cpp create the `WavePrefixSum`
lowering and map it to `int_spv_WavePrefixSum` in
`SPIRVInstructionSelector::selectIntrinsic`.
- [x] Create SPIR-V backend test case in
`llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WavePrefixSum.ll`
I also added a new macro
`GENERATE_HLSL_INTRINSIC_FUNCTION_SELECT_UNSIGNED` in conjunction with
the new function `getUnsignedIntrinsicVariant` to make selecting
unsigned variants of the intrinsic easier. As a result, I was able to
replace `getWaveActiveSumIntrinsic`, `getWaveActiveMaxIntrinsic`, and
`getWaveActiveMinIntrinsic` using the new macro.
2026-02-03 03:00:45 -05:00
..
2025-08-28 09:12:36 -07:00
2025-11-27 13:58:47 -08:00
2025-10-16 12:31:54 -06:00
2025-10-16 12:31:54 -06:00
2025-08-28 09:12:36 -07:00
2025-12-22 13:28:41 -07:00
2025-10-29 11:54:18 -07:00
2026-01-07 08:39:25 -08:00
2026-02-03 03:00:45 -05:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-05-23 08:22:36 -07:00
2025-01-21 17:33:45 -08:00
2025-09-04 14:19:23 -07:00
2025-09-04 14:19:23 -07:00
2025-01-21 17:33:45 -08:00
2025-10-15 17:54:15 -07:00
2025-12-23 13:32:50 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-12-23 13:32:50 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-11-24 10:56:20 -08:00
2025-10-16 12:31:54 -06:00
2025-10-16 12:31:54 -06:00
2025-01-21 17:33:45 -08:00
2025-02-25 16:09:41 -05:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-09-22 21:37:56 -07:00
2025-08-28 09:12:36 -07:00
2025-09-22 21:37:56 -07:00
2025-10-16 12:31:54 -06:00
2025-09-04 14:19:23 -07:00
2025-11-20 07:38:32 -05:00
2025-11-18 16:41:07 +01:00
2025-12-12 09:34:41 -08:00
2025-12-12 09:34:41 -08:00
2025-11-20 07:38:32 -05:00
2025-11-18 16:41:07 +01:00
2025-12-12 09:34:41 -08:00
2025-12-12 09:34:41 -08:00
2025-02-25 16:09:41 -05:00
2025-04-14 10:34:15 -07:00
2025-09-04 14:19:23 -07:00
2025-09-04 14:19:23 -07:00
2025-04-14 10:34:15 -07:00
2025-04-14 10:34:15 -07:00
2025-05-17 10:38:24 -07:00
2025-05-17 10:38:24 -07:00
2025-05-17 10:38:24 -07:00
2025-05-17 10:38:24 -07:00
2025-01-21 17:33:45 -08:00
2025-11-04 17:04:39 +00:00
2026-01-26 15:06:48 +00:00
2025-04-14 10:34:15 -07:00
2025-08-15 10:45:34 -07:00
2025-06-16 16:44:55 -04:00
2025-06-16 16:44:55 -04:00
2025-06-24 12:00:21 -06:00
2025-01-15 15:36:50 -07:00
2025-06-24 12:00:21 -06:00
2025-07-17 14:51:53 -07:00
2025-07-14 16:39:01 -07:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-08-28 09:12:36 -07:00
2025-01-21 17:33:45 -08:00
2025-12-15 10:03:42 -08:00
2025-12-15 10:03:42 -08:00
2025-03-24 16:17:19 -07:00
2025-01-21 17:33:45 -08:00
2025-08-07 09:34:42 -07:00
2025-09-08 13:47:50 -04:00
2025-09-05 14:02:48 -04:00
2025-09-25 12:34:47 -04:00
2025-07-24 13:36:36 -07:00
2025-08-29 16:09:03 -04:00
2025-09-04 14:19:23 -07:00
2025-04-17 09:02:05 -07:00
2025-04-29 16:07:44 -04:00
2025-07-15 10:40:52 -07:00
2025-03-17 20:33:02 -04:00
2025-06-04 21:28:43 -04:00
2025-08-08 14:32:27 -07:00
2025-08-08 14:32:27 -07:00
2025-09-04 14:19:23 -07:00
2025-10-24 13:55:03 -07:00
2025-10-24 13:55:03 -07:00
2025-12-18 22:08:43 -07:00
2025-07-17 14:46:45 -07:00
2025-11-06 14:05:30 -05:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-10-29 11:54:18 -07:00
2025-06-23 14:53:57 -07:00
2025-09-04 14:19:23 -07:00
2025-09-04 14:19:23 -07:00
2025-09-04 14:19:23 -07:00
2025-08-29 16:09:03 -04:00
2025-04-10 16:40:05 -04:00
2025-12-23 13:32:50 -07:00
2025-12-23 13:32:50 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-12-23 13:32:50 -07:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-03-29 00:45:11 -04:00
2025-08-28 09:12:36 -07:00
2025-08-28 09:12:36 -07:00
2025-01-21 17:33:45 -08:00
2025-09-10 19:49:34 -04:00
2025-09-10 19:49:34 -04:00
2025-09-26 11:58:54 -04:00
2025-08-28 17:10:10 -04:00
2025-08-28 17:10:10 -04:00
2025-09-26 13:43:58 -04:00
2025-09-26 11:58:54 -04:00
2025-09-26 11:58:54 -04:00
2025-08-14 18:40:11 -04:00
2025-08-28 17:10:10 -04:00
2025-08-28 17:10:10 -04:00
2025-09-26 13:43:58 -04:00
2025-09-26 13:43:58 -04:00
2025-09-26 13:43:58 -04:00
2025-08-14 18:40:11 -04:00
2025-09-26 11:58:54 -04:00
2025-09-26 11:58:54 -04:00
2025-08-14 18:40:11 -04:00
2025-08-28 17:10:10 -04:00
2025-09-26 11:58:54 -04:00
2025-10-01 16:42:38 -04:00
2025-08-28 17:10:10 -04:00
2025-10-01 16:42:38 -04:00
2025-08-28 17:10:10 -04:00
2025-09-26 13:43:58 -04:00
2025-09-10 19:49:34 -04:00
2025-09-10 19:49:34 -04:00
2025-08-14 18:40:11 -04:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-04-08 08:54:10 +09:00
2025-07-14 16:39:01 -07:00
2025-08-15 10:45:34 -07:00
2024-12-18 16:33:49 -05:00
2025-07-17 14:46:45 -07:00
2025-11-24 10:56:20 -08:00
2025-06-20 11:20:30 -07:00
2025-11-24 10:56:20 -08:00
2025-03-17 20:33:02 -04:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-09-04 14:19:23 -07:00
2025-10-24 13:55:03 -07:00
2025-10-29 13:42:08 -07:00
2025-10-24 13:55:03 -07:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-03-05 17:04:10 -08:00
2025-07-21 17:12:15 -07:00
2025-08-07 09:34:42 -07:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-04-21 10:26:27 -04:00
2025-04-11 14:32:44 -04:00
2024-12-17 17:32:50 -05:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2026-01-20 10:08:26 -08:00
2025-01-21 17:33:45 -08:00
2025-01-27 23:26:56 -08:00
2025-10-28 11:01:13 -07:00
2025-01-16 10:35:23 -08:00
2025-01-21 17:33:45 -08:00
2026-01-29 12:09:27 -08:00
2026-02-03 03:00:45 -05:00
2025-01-21 17:33:45 -08:00
2025-01-21 17:33:45 -08:00
2025-11-05 09:18:49 -08:00
2025-11-05 09:18:49 -08:00