[all-commits] [llvm/llvm-project] 936bc9: [DirectX] Add trig intrinsics and link them with D...
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Wed Jun 19 12:04:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 936bc9bb07f06b0fb036fb6f9d19f79aa3a12cf5
https://github.com/llvm/llvm-project/commit/936bc9bb07f06b0fb036fb6f9d19f79aa3a12cf5
Author: Farzon Lotfi <1802579+farzonl at users.noreply.github.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/Target/DirectX/DXIL.td
A llvm/test/CodeGen/DirectX/acos.ll
A llvm/test/CodeGen/DirectX/acos_error.ll
A llvm/test/CodeGen/DirectX/asin.ll
A llvm/test/CodeGen/DirectX/asin_error.ll
A llvm/test/CodeGen/DirectX/atan.ll
A llvm/test/CodeGen/DirectX/atan_error.ll
A llvm/test/CodeGen/DirectX/cosh.ll
A llvm/test/CodeGen/DirectX/cosh_error.ll
A llvm/test/CodeGen/DirectX/sinh.ll
A llvm/test/CodeGen/DirectX/sinh_error.ll
A llvm/test/CodeGen/DirectX/tanh.ll
A llvm/test/CodeGen/DirectX/tanh_error.ll
Log Message:
-----------
[DirectX] Add trig intrinsics and link them with DXIL backend (#95968)
This change is part of this proposal:
https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294
This is part 1 of 4 PRs. It sets the ground work for adding the
intrinsics.
Add DXIL Lower for `acos`, `asin`, `atan`, `cosh`, `sinh`, and `tanh`
https://github.com/llvm/llvm-project/issues/70079
https://github.com/llvm/llvm-project/issues/70080
https://github.com/llvm/llvm-project/issues/70081
https://github.com/llvm/llvm-project/issues/70083
https://github.com/llvm/llvm-project/issues/70084
https://github.com/llvm/llvm-project/issues/95966
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list