[all-commits] [llvm/llvm-project] f33f8a: Move AffineMapAttr into BaseOps.td
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Sep 30 07:24:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f33f8a2b30325d89c4b7daef1b7d11d6da38fd56
https://github.com/llvm/llvm-project/commit/f33f8a2b30325d89c4b7daef1b7d11d6da38fd56
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
R mlir/include/mlir/Dialect/Affine/IR/AffineOpsBase.td
M mlir/include/mlir/Dialect/GPU/ParallelLoopMapperAttr.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/include/mlir/IR/OpBase.td
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
Move AffineMapAttr into BaseOps.td
AffineMapAttr is already part of base, it's just impossible to refer to
it from ODS without pulling in the definition from Affine dialect.
Differential Revision: https://reviews.llvm.org/D88555
More information about the All-commits
mailing list