This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix switch statement bug on two binary ops
ClosedPublic

Authored by aartbik on Aug 9 2022, 10:10 AM.

Details

Summary

They appeared at the wrong place in the switch, treating
them as unary op rather than binary op.

Diff Detail

Event Timeline

aartbik created this revision.Aug 9 2022, 10:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2022, 10:10 AM
aartbik requested review of this revision.Aug 9 2022, 10:10 AM
aartbik updated this revision to Diff 451198.Aug 9 2022, 10:20 AM

rebased against main

bixia accepted this revision.Aug 9 2022, 11:12 AM
This revision is now accepted and ready to land.Aug 9 2022, 11:12 AM
This revision was landed with ongoing or failed builds.Aug 9 2022, 11:58 AM
This revision was automatically updated to reflect the committed changes.