[mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test
authorwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 24 Mar 2023 22:33:50 +0000 (15:33 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 28 Mar 2023 18:25:20 +0000 (11:25 -0700)
commit164b918d73779f776ab3ac6a633d0832ca9e6622
tree5f86e8ae5d5884d0cd1a9d392314d623934dfb02
parent92758a99c319450ad4408ce2359e65314c113231
[mlir][sparse] Removing shared_ptr from the MergerTest.cpp unit test

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

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D146561
mlir/unittests/Dialect/SparseTensor/MergerTest.cpp