[all-commits] [llvm/llvm-project] 459cf6: [mlir] [VectorOps] Lowering of vector.extract/inse...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Jan 27 10:36:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 459cf6e5006accc512bf76e3322ab2ede0e6751f
      https://github.com/llvm/llvm-project/commit/459cf6e5006accc512bf76e3322ab2ede0e6751f
  Author: aartbik <ajcbik at google.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

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

  Log Message:
  -----------
  [mlir] [VectorOps] Lowering of vector.extract/insert_slices to LLVM IR

Summary: Uses progressive lowering to convert vector.extract_slices and vector_insert_slices to equivalent vector operations that can be subsequently lowered into LLVM.

Reviewers: nicolasvasilache, andydavis1, rriddle

Reviewed By: nicolasvasilache, rriddle

Subscribers: merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list