Longsheng Mou d1054e801c
[mlir][NFC] Use range-based overload of llvm::sort (#150934)
Replace explicit begin/end iterator pairs with the range-based overload
of `llvm::sort`, which simplifies the code and improves readability.
2025-07-29 19:05:10 +08:00
..