[all-commits] [llvm/llvm-project] 8dd3ff: [mlir] Use 'GEN_PASS_DECL' for pass declarations
rk via All-commits
all-commits at lists.llvm.org
Wed Sep 28 11:16:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dd3ff62f52e5dc2f370874598a0929bda1c94db
https://github.com/llvm/llvm-project/commit/8dd3ff62f52e5dc2f370874598a0929bda1c94db
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Passes.h
M mlir/include/mlir/Dialect/Arithmetic/Transforms/Passes.h
M mlir/include/mlir/Dialect/Async/Passes.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
M mlir/include/mlir/Dialect/Func/Transforms/Passes.h
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
M mlir/include/mlir/Dialect/NVGPU/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.h
M mlir/include/mlir/Dialect/Shape/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/Tensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/Tosa/Transforms/Passes.h
M mlir/include/mlir/Dialect/Transform/Transforms/Passes.h
M mlir/include/mlir/Dialect/Vector/Transforms/Passes.h
M mlir/include/mlir/Reducer/Passes.h
Log Message:
-----------
[mlir] Use 'GEN_PASS_DECL' for pass declarations
Most dialects are using a single a header for all their passes, switch
them over to using `GEN_PASS_DECL` instead of the individual macros.
Reviewed By: jpienaar, mehdi_amini, mscuttari
Differential Revision: https://reviews.llvm.org/D134814
More information about the All-commits
mailing list