diff options
author | Adam Yang <hanbyang@microsoft.com> | 2025-01-16 10:35:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 10:35:23 -0800 |
commit | 4446a9849aaa7e33e0d544fa6501d3d851b25fd6 (patch) | |
tree | 72b3841bac8d211af1552dd3efcbf2518b8cbc80 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | a32e36faf84bd7da3df0c7d50bb9020568128417 (diff) | |
download | llvm-4446a9849aaa7e33e0d544fa6501d3d851b25fd6.zip llvm-4446a9849aaa7e33e0d544fa6501d3d851b25fd6.tar.gz llvm-4446a9849aaa7e33e0d544fa6501d3d851b25fd6.tar.bz2 |
[HLSL][SPIRV][DXIL] Implement `WaveActiveSum` intrinsic (#118580)
``` - add clang builtin to Builtins.td
- link builtin in hlsl_intrinsics
- add codegen for spirv intrinsic and two directx intrinsics to retain
signedness information of the operands in CGBuiltin.cpp
- add semantic analysis in SemaHLSL.cpp
- add lowering of spirv intrinsic to spirv backend in
SPIRVInstructionSelector.cpp
- add lowering of directx intrinsics to WaveActiveOp dxil op in
DXIL.td
- add test cases to illustrate passespendent pr merges.
```
Resolves #70106
---------
Co-authored-by: Finn Plummer <canadienfinn@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions