[all-commits] [llvm/llvm-project] 7a9960: [mlir] Convert memref_reshape to memref_reinterpre...

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Wed Oct 28 13:16:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a996027b9847d9808cb5567e8a4553989e1dbcf
      https://github.com/llvm/llvm-project/commit/7a996027b9847d9808cb5567e8a4553989e1dbcf
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
    M mlir/lib/Conversion/StandardToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/StandardOps/Transforms/ExpandMemRefReshape.cpp
    A mlir/test/Dialect/Standard/expand-memref-reshape.mlir
    M mlir/test/Dialect/Standard/invalid.mlir
    M mlir/test/lib/Transforms/CMakeLists.txt
    A mlir/test/lib/Transforms/TestExpandMemRefReshape.cpp
    A mlir/test/mlir-cpu-runner/memref_reshape.mlir
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  [mlir] Convert memref_reshape to memref_reinterpret_cast.

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




More information about the All-commits mailing list