This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [sparse] Rename getSparseMatrix to getMatrix
ClosedPublic

Authored by aartbik on Oct 7 2020, 2:14 PM.

Details

Summary

Rationale:
More consistent with the other names. Also forward looking to reading
in other kinds of matrices. Also fixes lint issue on hard-coded %llu.

Diff Detail

Event Timeline

aartbik created this revision.Oct 7 2020, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2020, 2:14 PM
aartbik requested review of this revision.Oct 7 2020, 2:14 PM
penpornk accepted this revision.Oct 7 2020, 2:18 PM

Sounds good! :)

This revision is now accepted and ready to land.Oct 7 2020, 2:18 PM
This revision was landed with ongoing or failed builds.Oct 7 2020, 2:25 PM
This revision was automatically updated to reflect the committed changes.