Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157930
[mlir][vector] Fold extract(shape_cast) for same element count ClosedPublic Authored by antiagainst on Aug 14 2023, 3:50 PM.
Details
Diff Detail
Event Timelineantiagainst added a child revision: D157931: [mlir][vector] Enable distribution over multiple dimensions.Aug 14 2023, 3:51 PM antiagainst added a parent revision: D157929: [mlir][vector] Fold shape_cast of broadcast with same element count. This revision is now accepted and ready to land.Aug 15 2023, 10:53 AM Closed by commit rG7897a944d9e7: [mlir][vector] Fold extract(shape_cast) for same element count (authored by antiagainst). · Explain WhyAug 15 2023, 11:28 AM This revision was automatically updated to reflect the committed changes. antiagainst marked an inline comment as done.
Revision Contents
Diff 550411 mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/test/Dialect/Vector/canonicalize.mlir
|
[optional] I think early-return for failure() and returning success() at the end look more common to me.