[PATCH] D72766: [mlir][Linalg] NFC - Cleanup Linalg Pass locations and namespacing
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 07:00:34 PST 2020
nicolasvasilache created this revision.
nicolasvasilache added reviewers: ftynse, jpienaar, mehdi_amini.
Herald added subscribers: llvm-commits, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, rriddle.
Herald added a project: LLVM.
This diff moves the conversion pass declaration closer to its definition
and makes the namespacing of passes consistent with the rest of the
infrastructure (i.e. `mlir::linalg::createXXXPass` -> `mlir::createXXXPass`).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72766
Files:
mlir/include/mlir/Conversion/LinalgToLLVM/LinalgToLLVM.h
mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72766.238251.patch
Type: text/x-patch
Size: 4516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/6d80281c/attachment.bin>
More information about the llvm-commits
mailing list