[all-commits] [llvm/llvm-project] fc58bf: [mlir] Remove complex ops from Standard dialect.

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Thu Jan 21 01:43:31 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc58bfd02f8d27e610500db53b268157cce0637b
      https://github.com/llvm/llvm-project/commit/fc58bfd02f8d27e610500db53b268157cce0637b
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    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] Remove complex ops from Standard dialect.

`complex` dialect should be used instead.
https://llvm.discourse.group/t/rfc-split-the-complex-dialect-from-std/2496/2

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




More information about the All-commits mailing list