This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] cleanup of pass code
ClosedPublic

Authored by aartbik on Aug 16 2023, 12:00 PM.

Details

Summary

This reorders the pass declarations and definitions in a
consistent order and makes the layout a bit more clear.
Also makes the "minipipeline" sparsification-and-bufferization
available through the command line for individual testing.

Diff Detail

Event Timeline

aartbik created this revision.Aug 16 2023, 12:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 12:00 PM
aartbik requested review of this revision.Aug 16 2023, 12:00 PM
Peiming accepted this revision.Aug 16 2023, 1:05 PM
This revision is now accepted and ready to land.Aug 16 2023, 1:05 PM
This revision was automatically updated to reflect the committed changes.