[all-commits] [llvm/llvm-project] 031265: [MLIR] Add complex numbers to standard dialect
frgossen via All-commits
all-commits at lists.llvm.org
Mon May 4 07:05:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 031265ad8a2e02f34dd947414bc7cba40342a1c5
https://github.com/llvm/llvm-project/commit/031265ad8a2e02f34dd947414bc7cba40342a1c5
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
M mlir/test/IR/core-ops.mlir
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
[MLIR] Add complex numbers to standard dialect
Add `CreateComplexOp`, `ReOp`, and `ImOp` to the standard dialect.
This is the first step to support complex numbers.
Differential Revision: https://reviews.llvm.org/D79159
More information about the All-commits
mailing list