[all-commits] [llvm/llvm-project] 164b91: [mlir][sparse] Removing shared_ptr from the Merger...
wren romano via All-commits
all-commits at lists.llvm.org
Tue Mar 28 11:25:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 164b918d73779f776ab3ac6a633d0832ca9e6622
https://github.com/llvm/llvm-project/commit/164b918d73779f776ab3ac6a633d0832ca9e6622
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list