This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix bug in complex zero detection
ClosedPublic

Authored by aartbik on Aug 4 2022, 12:09 PM.

Details

Summary

We were checking real-part twice, not real/imag-part.
The new test only passes after the bug fix.

Diff Detail

Event Timeline

aartbik created this revision.Aug 4 2022, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 12:09 PM
aartbik requested review of this revision.Aug 4 2022, 12:09 PM
Peiming accepted this revision.Aug 4 2022, 12:32 PM
This revision is now accepted and ready to land.Aug 4 2022, 12:32 PM
This revision was landed with ongoing or failed builds.Aug 4 2022, 1:35 PM
This revision was automatically updated to reflect the committed changes.