[all-commits] [llvm/llvm-project] 11f4c5: [mlir] Add `complex.abs`, `complex.div` and `compl...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Jan 19 03:10:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11f4c58c153cedf6fe04cab49d4a4f02d00e3383
https://github.com/llvm/llvm-project/commit/11f4c58c153cedf6fe04cab49d4a4f02d00e3383
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
M mlir/lib/Conversion/ComplexToLLVM/ComplexToLLVM.cpp
M mlir/test/Conversion/ComplexToLLVM/convert-to-llvm.mlir
M mlir/test/Dialect/Complex/ops.mlir
Log Message:
-----------
[mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.
Differential Revision: https://reviews.llvm.org/D94911
More information about the All-commits
mailing list