[all-commits] [llvm/llvm-project] 9d02e0: [mlir][std] Add ExpandOps pass.

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Mon Nov 9 12:59:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d02e0e38df50c1d15156580e5372876f7423179
      https://github.com/llvm/llvm-project/commit/9d02e0e38df50c1d15156580e5372876f7423179
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
    M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.td
    M mlir/integration_test/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir
    M mlir/lib/Conversion/StandardToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
    R mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
    R mlir/lib/Dialect/StandardOps/Transforms/ExpandMemRefReshape.cpp
    A mlir/lib/Dialect/StandardOps/Transforms/ExpandOps.cpp
    R mlir/lib/Dialect/StandardOps/Transforms/StdExpandDivs.cpp
    R mlir/test/Dialect/Standard/expand-atomic.mlir
    R mlir/test/Dialect/Standard/expand-memref-reshape.mlir
    A mlir/test/Dialect/Standard/expand-ops.mlir
    R mlir/test/Dialect/Standard/std-expand-divs.mlir
    M mlir/test/lib/Transforms/CMakeLists.txt
    R mlir/test/lib/Transforms/TestExpandMemRefReshape.cpp
    M mlir/test/mlir-cpu-runner/memref_reshape.mlir
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  [mlir][std] Add ExpandOps pass.

The pass combines patterns of ExpandAtomic, ExpandMemRefReshape,
StdExpandDivs passes. The pass is meant to legalize STD for conversion to LLVM.

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




More information about the All-commits mailing list