- Remove unnecessary casts.
- Use concrete shaped types (e.g., MemRefType, RankedTensorType) instead of ShapedType when possible.
- Minor documentation cleanups.
Depends On: D148501
Paths
| Differential D148488
[mlir][NFC] Minor cleanups around ShapedType ClosedPublic Authored by springerm on Apr 16 2023, 7:55 PM.
Details Summary
Depends On: D148501
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 18 2023, 8:39 AM Closed by commit rGeb7f355725d1: [mlir][NFC] Minor cleanups around ShapedType (authored by springerm). · Explain WhyApr 18 2023, 7:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514806 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/include/mlir/Interfaces/ViewLikeInterface.td
mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
|