mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
No need for a temp COO and sort even when converting dense -> CSC, we can instead rotate the loop to yield a ordered coordinates at beginning. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D144213