It seems more natural than to have it as a static method of ExpandShapeOp.
Also fix a typo ("the the" -> "the").
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124234
[mlir] Move isGuaranteedCollapsible to CollapseShapeOp (NFC). ClosedPublic Authored by akuegel on Apr 22 2022, 12:45 AM.
Details Summary It seems more natural than to have it as a static method of ExpandShapeOp.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 22 2022, 1:29 AM This revision was landed with ongoing or failed builds.Apr 22 2022, 1:31 AM Closed by commit rGa74e5a89b9e2: [mlir] Move isGuaranteedCollapsible to CollapseShapeOp (NFC). (authored by akuegel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424393 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
|