[all-commits] [llvm/llvm-project] 01128d: [mlir][vector][NFC] Clean up headers
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jun 5 06:20:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01128d4baffa504d89d198f1005bfbba8da8a175
https://github.com/llvm/llvm-project/commit/01128d4baffa504d89d198f1005bfbba8da8a175
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.h
M mlir/include/mlir/Dialect/Vector/Transforms/VectorRewritePatterns.h
M mlir/include/mlir/Dialect/Vector/Transforms/VectorTransforms.h
M mlir/lib/Dialect/Vector/Transforms/VectorDropLeadUnitDim.cpp
Log Message:
-----------
[mlir][vector][NFC] Clean up headers
Certain functions were declared in `VectorOps.h` instead of `VectorTransforms.h` or `VectorRewritePatterns.h`.
Differential Revision: https://reviews.llvm.org/D152146
More information about the All-commits
mailing list