This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Factoring out predicates on DimLevelTypes
ClosedPublic

Authored by wrengr on Sep 29 2022, 5:35 PM.

Details

Summary

This way the predicates can be reused elsewhere, and can more easily be kept in sync with changes to the enum.

Diff Detail

Event Timeline

wrengr created this revision.Sep 29 2022, 5:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 5:35 PM
wrengr requested review of this revision.Sep 29 2022, 5:35 PM
aartbik accepted this revision.Sep 30 2022, 8:53 AM
This revision is now accepted and ready to land.Sep 30 2022, 8:53 AM
This revision was automatically updated to reflect the committed changes.