This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix crash when sparsifying broadcast operations.
ClosedPublic

Authored by Peiming on Oct 27 2022, 10:12 AM.

Diff Detail

Event Timeline

Peiming created this revision.Oct 27 2022, 10:12 AM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Oct 27 2022, 10:12 AM

can you please add a CHECK test (that exhibits a fail before/pass after behavior)

Peiming updated this revision to Diff 471219.Oct 27 2022, 10:31 AM

add test cases.

Peiming updated this revision to Diff 471220.Oct 27 2022, 10:32 AM

minor fix

aartbik accepted this revision.Oct 27 2022, 10:34 AM
This revision is now accepted and ready to land.Oct 27 2022, 10:34 AM
Peiming updated this revision to Diff 471222.Oct 27 2022, 10:34 AM

fix typo.

This revision was landed with ongoing or failed builds.Oct 27 2022, 10:43 AM
This revision was automatically updated to reflect the committed changes.