[all-commits] [llvm/llvm-project] a70688: [mlir][Affine] Introduce affine.vector_load and af...

Diego Caballero via All-commits all-commits at lists.llvm.org
Thu May 14 13:14:32 PDT 2020


  Branch: refs/heads/arcpatch-D79658
  Home:   https://github.com/llvm/llvm-project
  Commit: a706885bb2605d74d62476241cce4f5729db2da2
      https://github.com/llvm/llvm-project/commit/a706885bb2605d74d62476241cce4f5729db2da2
  Author: Diego Caballero <diego.caballero at intel.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    A mlir/test/Conversion/AffineToStandard/lower-affine-to-vector.mlir
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/Affine/load-store.mlir

  Log Message:
  -----------
  [mlir][Affine] Introduce affine.vector_load and affine.vector_store

This patch adds `affine.vector_load` and `affine.vector_store` ops to
the Affine dialect and lowers them to `vector.transfer_read` and
`vector.transfer_write`, respectively, in the Vector dialect.

Reviewed By: bondhugula, nicolasvasilache

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




More information about the All-commits mailing list