[all-commits] [llvm/llvm-project] 62a34f: [mlir][complex] Add complex.conj op
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Jun 7 00:39:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a34f6a6f10bfa905a294ff79bfed24156baf3a
https://github.com/llvm/llvm-project/commit/62a34f6a6f10bfa905a294ff79bfed24156baf3a
Author: lewuathe <lewuathe at me.com>
Date: 2022-06-07 (Tue, 07 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 complex.conj op
Add complex.conj op to calculate the complex conjugate which is widely used for the mathematical operation on the complex space.
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D127181
More information about the All-commits
mailing list