[all-commits] [llvm/llvm-project] 27451a: [mlir][vector] Fold transfer ops and tensor.extrac...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Sep 29 17:34:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27451a05ed4d13294182ec7e999a9d4f90bc0d12
      https://github.com/llvm/llvm-project/commit/27451a05ed4d13294182ec7e999a9d4f90bc0d12
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/Utils/Utils.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/lib/Dialect/StandardOps/Utils/Utils.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Dialect/Vector/canonicalize.mlir

  Log Message:
  -----------
  [mlir][vector] Fold transfer ops and tensor.extract/insert_slice.

* Fold vector.transfer_read and tensor.extract_slice.
* Fold vector.transfer_write and tensor.insert_slice.

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




More information about the All-commits mailing list