This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Tighten canonicalization of InsertSliceOp that triggers infinite loop
ClosedPublic

Authored by nicolasvasilache on Oct 14 2021, 8:21 AM.

Details

Summary

I am unclear this is reproducible with correct IR but atm the verifier for InsertSliceOp
is not powerful enough and this triggers an infinite loop that is worth fixing independently.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Oct 14 2021, 8:21 AM
gysit accepted this revision.Oct 14 2021, 8:22 AM
This revision is now accepted and ready to land.Oct 14 2021, 8:22 AM

Drop spurious test file.

This revision was landed with ongoing or failed builds.Oct 14 2021, 8:28 AM
This revision was automatically updated to reflect the committed changes.