This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Making deletion of SparseTensorType copy-assignment explicit
ClosedPublic

Authored by wrengr on Mar 8 2023, 1:11 PM.

Details

Summary

The copy assignment is already implicitly deleted, but making it explicit helps clean up compilation error messages.

Diff Detail

Event Timeline

wrengr created this revision.Mar 8 2023, 1:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 1:11 PM
wrengr requested review of this revision.Mar 8 2023, 1:11 PM
Peiming accepted this revision.Mar 8 2023, 2:02 PM
This revision is now accepted and ready to land.Mar 8 2023, 2:02 PM