extract was incorrectly folded when the source was coming from a
broadcast that was both adding new rank and broadcasting the inner
dimension.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123867
[mlir][vector] Fix bug in extractFromBroadcast folding ClosedPublic Authored by ThomasRaoux on Apr 15 2022, 11:47 AM.
Details Summary extract was incorrectly folded when the source was coming from a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2022, 11:54 AM This revision was landed with ongoing or failed builds.Apr 15 2022, 12:21 PM Closed by commit rGb4bcef05b7ef: [mlir][vector] Fix bug in extractFromBroadcast folding (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423150 mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/test/Dialect/Vector/canonicalize.mlir
|