[all-commits] [llvm/llvm-project] 2ea7fb: [MLIR] Add ComplexToStandard conversion pass.

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Wed Apr 28 05:18:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ea7fb7b1c045a7d60fcccf3df3ebb26aa3699e5
      https://github.com/llvm/llvm-project/commit/2ea7fb7b1c045a7d60fcccf3df3ebb26aa3699e5
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    A mlir/include/mlir/Conversion/ComplexToStandard/ComplexToStandard.h
    M mlir/include/mlir/Conversion/Passes.h
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/ComplexToStandard/CMakeLists.txt
    A mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
    M mlir/lib/Conversion/PassDetail.h
    A mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
    A mlir/test/Conversion/ComplexToStandard/full-conversion.mlir

  Log Message:
  -----------
  [MLIR] Add ComplexToStandard conversion pass.

So far, only a conversion for complex::AbsOp is done, but more will be added.

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




More information about the All-commits mailing list