diff options
author | Robert Suderman <suderman@google.com> | 2023-03-01 01:13:42 +0000 |
---|---|---|
committer | Robert Suderman <suderman@google.com> | 2023-03-01 01:13:54 +0000 |
commit | 740e2e908ca49118a6e1f27e380dbb3665a99cc8 (patch) | |
tree | 7804ec72b993f21d2586db578f294aa267555151 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 0b92f8afdc8c4680f283a5ec32406d3e47193841 (diff) | |
download | llvm-740e2e908ca49118a6e1f27e380dbb3665a99cc8.zip llvm-740e2e908ca49118a6e1f27e380dbb3665a99cc8.tar.gz llvm-740e2e908ca49118a6e1f27e380dbb3665a99cc8.tar.bz2 |
[mlir][math] Math expansion for math.tan
We can implement a polynomial approximation of math.tan by
decomposing to `math.sin` and `math.cos`. While it is not
technically a polynomial approximation it should be the most
straight forward approximation.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D144980
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions