[all-commits] [llvm/llvm-project] c64655: [mlir:NFC] Move BaseOpWithOffsetSizesAndStrides ou...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Feb 4 14:32:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c64655c78c2f90748b63dbce9eeafe6645a7a419
https://github.com/llvm/llvm-project/commit/c64655c78c2f90748b63dbce9eeafe6645a7a419
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M mlir/include/mlir/IR/OpBase.td
Log Message:
-----------
[mlir:NFC] Move BaseOpWithOffsetSizesAndStrides out of OpBase.td
This is not a general construct, and shouldn't have been defined in OpBase.
This moves a copy to both MemRefOps+TensorOps, which are the only
users.
More information about the All-commits
mailing list