[all-commits] [llvm/llvm-project] 5d5f61: [MLIR] Add complex addition and substraction to th...

frgossen via All-commits all-commits at lists.llvm.org
Fri May 8 02:55:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d5f61fc894bd4a2e100548ec65d56684883baf8
      https://github.com/llvm/llvm-project/commit/5d5f61fc894bd4a2e100548ec65d56684883baf8
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/include/mlir/IR/OpBase.td
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir

  Log Message:
  -----------
  [MLIR] Add complex addition and substraction to the standard dialect

Complex addition and substraction are the first two binary operations on complex
numbers.
Remaining operations will follow the same pattern.

Differential Revision: https://reviews.llvm.org/D79479




More information about the All-commits mailing list