[all-commits] [llvm/llvm-project] b2c79c: [mlir][VectorOps] Extend VectorTransfer lowering t...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Apr 27 08:24:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b2c79c50ed2a870c7fa9538e91e17a3436d7c9dc
      https://github.com/llvm/llvm-project/commit/b2c79c50ed2a870c7fa9538e91e17a3436d7c9dc
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir

  Log Message:
  -----------
  [mlir][VectorOps] Extend VectorTransfer lowering to n-D memref with minor identity map

Summary: This revision extends the lowering of vector transfers to work with n-D memref and 1-D vector where the permutation map is an identity on the most minor dimensions (1 for now).

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




More information about the All-commits mailing list