This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Marking cursor parameters const
ClosedPublic

Authored by wrengr on Jan 5 2022, 1:14 PM.

Details

Summary

These parameters aren't modified, so we make that invariant explicit.

Diff Detail

Event Timeline

wrengr created this revision.Jan 5 2022, 1:14 PM
wrengr requested review of this revision.Jan 5 2022, 1:14 PM
aartbik accepted this revision.Jan 5 2022, 3:22 PM
This revision is now accepted and ready to land.Jan 5 2022, 3:22 PM
This revision was automatically updated to reflect the committed changes.