[all-commits] [llvm/llvm-project] 7741de: [mlir][Linalg] NFC - Cleanup Linalg Pass locations...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jan 15 08:09:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7741de94358b827086a4542202fdb2aac99687d4
https://github.com/llvm/llvm-project/commit/7741de94358b827086a4542202fdb2aac99687d4
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M mlir/include/mlir/Conversion/LinalgToLLVM/LinalgToLLVM.h
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Cleanup Linalg Pass locations and namespacing
Summary:
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`).
Reviewers: ftynse, jpienaar, mehdi_amini
Subscribers: rriddle, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72766
More information about the All-commits
mailing list