[all-commits] [llvm/llvm-project] 6d75c8: [mlir][complex] Add tan op for complex dialect
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Wed Jun 1 00:21:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d75c897838000d057d080dca793a7fb3be6b635
https://github.com/llvm/llvm-project/commit/6d75c897838000d057d080dca793a7fb3be6b635
Author: lewuathe <lewuathe at me.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
Log Message:
-----------
[mlir][complex] Add tan op for complex dialect
Add tangent operation for complex dialect. This is the follow-up change of https://reviews.llvm.org/D126521
Differential Revision: https://reviews.llvm.org/D126685
More information about the All-commits
mailing list