[mlir][sparse] refactoring: split translateIndices.
TranslateIndicesArray take an array of SSA value and convert them into another array of SSA values based on reassociation. Which makes it easier to be reused by `foreach` operator (as the indices array are given as an array of SSA values). Reviewed By: aartbik, bixia Differential Revision: https://reviews.llvm.org/D134918
Loading
Please sign in to comment