[llvm-branch-commits] [DXIL] Add radians intrinsic (#110616) (PR #113546)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 24 03:50:14 PDT 2024
https://github.com/agozillon created https://github.com/llvm/llvm-project/pull/113546
makes progress on #99151
### Changes
- Added int_dx_radians intrinsic in IntrinsicsDirectX.td
- Added expansion for int_dx_radians in DXILIntrinsicExpansion.cpp`
- Added DXIL backend test case
### Related PRs
* [[clang][HLSL] Add radians intrinsic
#110802](https://github.com/llvm/llvm-project/pull/110802)
* [[SPIRV] Add radians intrinsic
#110800](https://github.com/llvm/llvm-project/pull/110800)
More information about the llvm-branch-commits
mailing list