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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
We usually put user facing doc for the routine on the header file not the cpp implementation.