[all-commits] [llvm/llvm-project] 47cbd9: [mlir][Vector] NFC - Improve VectorInterfaces

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jul 20 05:25:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 47cbd9f92282e3a19f161053cfbf77a7691de43e
      https://github.com/llvm/llvm-project/commit/47cbd9f92282e3a19f161053cfbf77a7691de43e
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/include/mlir/Dialect/Vector/VectorOps.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/include/mlir/Dialect/Vector/VectorUtils.h
    M mlir/include/mlir/Interfaces/CMakeLists.txt
    A mlir/include/mlir/Interfaces/VectorInterfaces.h
    A mlir/include/mlir/Interfaces/VectorInterfaces.td
    R mlir/include/mlir/Interfaces/VectorUnrollInterface.h
    R mlir/include/mlir/Interfaces/VectorUnrollInterface.td
    M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
    M mlir/lib/Dialect/StandardOps/CMakeLists.txt
    M mlir/lib/Dialect/Vector/CMakeLists.txt
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/lib/Dialect/Vector/VectorUtils.cpp
    M mlir/lib/Interfaces/CMakeLists.txt
    A mlir/lib/Interfaces/VectorInterfaces.cpp
    R mlir/lib/Interfaces/VectorUnrollInterface.cpp

  Log Message:
  -----------
  [mlir][Vector] NFC - Improve VectorInterfaces

This revision improves and makes better use of OpInterfaces for the Vector dialect.

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




More information about the All-commits mailing list