The verifier computed an illegal type with negative dimension size when collapsing partially static memrefs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114702
[mlir][memref] Fix bug in verification of memref.collapse_shape ClosedPublic Authored by herhut on Nov 29 2021, 5:40 AM.
Details Summary The verifier computed an illegal type with negative dimension size when collapsing partially static memrefs.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptNov 29 2021, 5:40 AM This revision is now accepted and ready to land.Nov 29 2021, 6:38 AM Closed by commit rG95f34e318c46: [mlir][memref] Fix bug in verification of memref.collapse_shape (authored by herhut). · Explain WhyNov 29 2021, 6:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390315 mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/test/Dialect/MemRef/ops.mlir
|