This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] convert function pass to module pass
ClosedPublic

Authored by aartbik on Feb 19 2021, 6:03 PM.

Details

Summary

Rationale:
Touching function level information can only be done within a module pass.

Diff Detail

Event Timeline

aartbik created this revision.Feb 19 2021, 6:03 PM
aartbik requested review of this revision.Feb 19 2021, 6:03 PM
mehdi_amini accepted this revision.Feb 19 2021, 7:55 PM
This revision is now accepted and ready to land.Feb 19 2021, 7:55 PM
This revision was automatically updated to reflect the committed changes.