This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix signed/unsigned warning
ClosedPublic

Authored by aartbik on Sep 27 2022, 1:11 PM.

Diff Detail

Event Timeline

aartbik created this revision.Sep 27 2022, 1:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 1:11 PM
aartbik requested review of this revision.Sep 27 2022, 1:11 PM
wrengr accepted this revision.Sep 27 2022, 1:54 PM

Notably, getShape returns ArrayRef<int64_t>, so this change is perfectly sound (in addition to removing the warning)

This revision is now accepted and ready to land.Sep 27 2022, 1:54 PM
This revision was automatically updated to reflect the committed changes.