[mlir][sparse] moving kInvalidId into "detail" namespace
authorwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 24 Mar 2023 21:46:07 +0000 (14:46 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 24 Mar 2023 22:15:34 +0000 (15:15 -0700)
commit74c54206d7abdf2680c0b67265ab0a61bc053f5d
treeb8f9332b906dc3ae5a2df8347b7740e347ebe6eb
parent0280681b6d2a13607af225242835d7ab02717993
[mlir][sparse] moving kInvalidId into "detail" namespace

In the next few commits I will be converting the various Merger identifier typedefs into newtypes; and once that's done, the `kInvalidId` constant will only be used internally and therefore does not need to be part of the public `mlir::sparse_tensor` namespace.

Depends On D146673

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D146674
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.cpp
mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp