[all-commits] [llvm/llvm-project] ac00cb: [mlir] Add conversion from complex to standard dia...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Thu May 20 05:26:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac00cb0d2ad58914dd1cf52087ed29cd9834601a
      https://github.com/llvm/llvm-project/commit/ac00cb0d2ad58914dd1cf52087ed29cd9834601a
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
    M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
    M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
    M mlir/test/Conversion/ComplexToStandard/full-conversion.mlir

  Log Message:
  -----------
  [mlir] Add conversion from complex to standard dialect for EqualOp.

This adds the straightforward conversion for EqualOp
(two complex numbers are equal if both the real and the imaginary part are equal).

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




More information about the All-commits mailing list