[all-commits] [llvm/llvm-project] 672b90: [mlir] Add sin & cos ops to complex dialect
Goran Flegar via All-commits
all-commits at lists.llvm.org
Tue May 3 10:37:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 672b908bca672ad5b0ecffce653242f26a87cd20
https://github.com/llvm/llvm-project/commit/672b908bca672ad5b0ecffce653242f26a87cd20
Author: Goran Flegar <gflegar at google.com>
Date: 2022-05-03 (Tue, 03 May 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
M mlir/test/Dialect/Complex/ops.mlir
Log Message:
-----------
[mlir] Add sin & cos ops to complex dialect
Also adds conversions for those ops to math + arith.
Differential Revision: https://reviews.llvm.org/D124773
More information about the All-commits
mailing list