This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test
ClosedPublic

Authored by wrengr on Mar 21 2023, 1:33 PM.

Details

Summary

This is a preliminary change to make way for converting the Merger's identifier types from mere typedefs to actual types (which causes some issues that this patch fixes).

Depends On D146676

Diff Detail

Event Timeline

wrengr created this revision.Mar 21 2023, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 1:33 PM
wrengr requested review of this revision.Mar 21 2023, 1:33 PM
aartbik accepted this revision.Mar 27 2023, 4:10 PM
This revision is now accepted and ready to land.Mar 27 2023, 4:10 PM