[Mlir-commits] [mlir] [mlir][math] Add conversions for acosh, asinh, atanh (PR #90718)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri May 3 20:41:34 PDT 2024
jinchen62 wrote:
@pashu123 Could you review again? I removed the expand pattern of tanh op since it has polynomial approximation. And I added a pass including all math expand patterns so on IREE side we could change https://github.com/iree-org/iree/commit/06febe5daa7b4e977618d0752191c2b15aeecb75, if this pass doesn't make sense I would just add those missing expand patterns on IREE.
https://github.com/llvm/llvm-project/pull/90718
More information about the Mlir-commits
mailing list