[all-commits] [llvm/llvm-project] eb7f35: [mlir][NFC] Minor cleanups around ShapedType
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Apr 18 19:37:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb7f355725d1cd6d875446581def4d742f179838
https://github.com/llvm/llvm-project/commit/eb7f355725d1cd6d875446581def4d742f179838
Author: Matthias Springer <springerm at google.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/Interfaces/ViewLikeInterface.td
M mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Log Message:
-----------
[mlir][NFC] Minor cleanups around ShapedType
* Remove unnecessary casts.
* Use concrete shaped types (e.g., `MemRefType`, `RankedTensorType`) instead of `ShapedType` when possible.
* Minor documentation cleanups.
Differential Revision: https://reviews.llvm.org/D148488
More information about the All-commits
mailing list