[PATCH] D141867: [mlir][vector] Share enums with the transform dialect

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 11:10:03 PST 2023


qcolombet created this revision.
qcolombet added reviewers: nicolasvasilache, springerm.
qcolombet added a project: MLIR.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, ThomasRaoux, awarzynski, sdasgup3, wenzhicui, wrengr, jsetoain, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: aartbik.
Herald added a reviewer: ftynse.
Herald added a project: All.
qcolombet requested review of this revision.
Herald added a subscriber: stephenneuendorffer.
Herald added a reviewer: dcaballe.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141867

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141867.489606.patch
Type: text/x-patch
Size: 14751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230116/c9502775/attachment.bin>


More information about the llvm-commits mailing list