Sumit Agarwal
996cf5dc67
[HLSL] Implement dot2add intrinsic ( #131237 )
...
Resolves #99221
Key points: For SPIRV backend, it decompose into a `dot` followed a
`add`.
- [x] Implement dot2add clang builtin,
- [x] Link dot2add clang builtin with hlsl_intrinsics.h
- [x] Add sema checks for dot2add to CheckHLSLBuiltinFunctionCall in
SemaHLSL.cpp
- [x] Add codegen for dot2add to EmitHLSLBuiltinExpr in CGBuiltin.cpp
- [x] Add codegen tests to clang/test/CodeGenHLSL/builtins/dot2add.hlsl
- [x] Add sema tests to clang/test/SemaHLSL/BuiltIns/dot2add-errors.hlsl
- [x] Create the int_dx_dot2add intrinsic in IntrinsicsDirectX.td
- [x] Create the DXILOpMapping of int_dx_dot2add to 162 in DXIL.td
- [x] Create the dot2add.ll and dot2add_errors.ll tests in
llvm/test/CodeGen/DirectX/
2025-04-03 16:23:09 -06:00
..
2025-02-26 08:38:18 -06:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-05 17:04:10 -08:00
2024-08-28 13:23:24 -07:00
2025-02-19 11:22:46 -08:00
2024-08-28 13:23:24 -07:00
2024-12-10 10:07:30 -08:00
2025-01-09 08:00:05 -08:00
2024-09-16 14:42:52 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-21 19:56:35 -04:00
2024-09-27 14:16:51 -07:00
2025-03-21 14:44:22 -04:00
2024-09-20 16:42:53 -05:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-05 14:02:39 -05:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-28 17:34:20 -04:00
2025-03-19 08:47:56 -07:00
2025-03-28 17:34:20 -04:00
2025-01-09 08:00:05 -08:00
2024-12-10 10:07:30 -08:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-10-29 07:56:05 -07:00
2025-01-09 08:00:05 -08:00
2025-01-14 09:11:54 -08:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-01-17 14:46:14 -05:00
2025-04-03 16:23:09 -06:00
2024-11-05 10:29:08 -08:00
2024-11-07 10:19:41 -08:00
2025-03-28 17:34:20 -04:00
2025-04-02 12:27:01 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-11-06 07:31:39 -08:00
2025-01-15 15:36:50 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-12 13:21:07 -04:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-12-03 01:16:49 -08:00
2024-12-10 10:07:30 -08:00
2025-03-26 07:54:13 -07:00
2025-01-17 14:46:14 -05:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-01-09 08:00:05 -08:00
2025-03-03 11:29:58 -08:00
2025-03-03 11:29:58 -08:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-02-28 13:54:13 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-12-10 10:07:30 -08:00
2025-03-28 17:34:20 -04:00
2025-01-09 08:00:05 -08:00
2025-02-24 16:46:59 -08:00
2024-05-03 10:23:53 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-28 17:34:20 -04:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-05 14:02:39 -05:00
2025-03-05 14:02:39 -05:00
2025-03-14 13:09:21 -07:00
2025-01-08 10:51:17 -05:00
2024-12-02 14:03:31 -08:00
2025-03-28 17:34:20 -04:00
2025-01-09 08:00:05 -08:00
2025-03-11 13:54:09 -07:00
2025-03-09 16:01:12 -05:00
2024-11-06 11:53:33 +00:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-29 00:47:25 -04:00
2024-10-28 13:26:59 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-12-02 14:03:31 -08:00
2025-04-01 16:59:46 -04:00
2025-01-09 08:00:05 -08:00
2025-01-09 08:00:05 -08:00
2024-12-02 14:03:31 -08:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2025-03-27 09:34:25 -07:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-12-16 16:13:35 -08:00
2024-11-21 09:44:58 -08:00
2024-11-07 19:06:37 -08:00
2025-01-27 23:26:56 -08:00
2025-01-16 10:35:23 -08:00
2025-03-28 16:28:56 -07:00