[all-commits] [llvm/llvm-project] 4a8c01: Move BaseOpWithOffsetSizesAndStrides to OpBase.td
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Wed Mar 17 05:54:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a8c01a02b46d8cab3f7b70b7d2b1c1f75d5aa80
https://github.com/llvm/llvm-project/commit/4a8c01a02b46d8cab3f7b70b7d2b1c1f75d5aa80
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/IR/OpBase.td
Log Message:
-----------
Move BaseOpWithOffsetSizesAndStrides to OpBase.td
It is used both by the Standard dialect and the MemRef dialect.
Differential Revision: https://reviews.llvm.org/D98777
More information about the All-commits
mailing list