This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] add support for AND and OR operations
ClosedPublic

Authored by aartbik on Jul 12 2021, 3:41 PM.

Details

Summary

Integral AND and OR follow the simple conjunction and disjuction rules
for lattice building. This revision also completes some of the Merge
refactoring by moving the remainder parts that are merger specific from
sparsification into utils files.

Diff Detail

Event Timeline

aartbik created this revision.Jul 12 2021, 3:41 PM
aartbik requested review of this revision.Jul 12 2021, 3:41 PM
gussmith23 accepted this revision.Jul 12 2021, 4:31 PM

Looks good! Very cool how easy it is to add new ops!

This revision is now accepted and ready to land.Jul 12 2021, 4:31 PM
This revision was automatically updated to reflect the committed changes.