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

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 00:57:04 PST 2023


qcolombet updated this revision to Diff 489725.
qcolombet added a comment.

- Make the change really NFC thanks to `oilist` (thanks @nicolasvasilache for the pointer)
- Include directly `VectorTransforms.h` to avoid creating a `VectorTransformsEnums` header


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141867/new/

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/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.489725.patch
Type: text/x-patch
Size: 14262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/337216df/attachment.bin>


More information about the llvm-commits mailing list