This is an archive of the discontinued LLVM Phabricator instance.

[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