[all-commits] [llvm/llvm-project] edec42: [mlir][vector] Share enums with the transform dialect

qcolombet via All-commits all-commits at lists.llvm.org
Tue Jan 17 03:15:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edec423981e836304f4d724a4c805614320bf088
      https://github.com/llvm/llvm-project/commit/edec423981e836304f4d724a4c805614320bf088
  Author: Quentin Colombet <quentin.colombet at gmail.com>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.h
    M mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.td
    M mlir/include/mlir/Dialect/Vector/Transforms/CMakeLists.txt
    M mlir/include/mlir/Dialect/Vector/Transforms/VectorRewritePatterns.h
    A mlir/include/mlir/Dialect/Vector/Transforms/VectorTransformsBase.td
    M mlir/lib/Dialect/Vector/TransformOps/VectorTransformOps.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M mlir/test/Dialect/LLVM/transform-e2e.mlir
    M mlir/test/Dialect/Vector/transform-vector.mlir

  Log Message:
  -----------
  [mlir][vector] Share enums with the transform dialect

Refactor the definition of the enums that are used in the lower_vectors
operation of the transformation dialect.
This avoid duplicating the definition of all the configurations that
this operation can trigger.

NFC

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




More information about the All-commits mailing list