mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +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