mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
When concat along dim 0, and all inputs/outputs are ordered with identity dimension ordering, the concatenated coordinates will be yield in lexOrder, thus no need to sort. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D140228