Aiden Grossman 51dd3ec13c
[MLIR][OpenMP] Bail early in sortMapIndices if indices are the same (#169474)
If we are given the same index in the comparator callback, simply return
false. Otherwise we will end up adding invalid items to
occludedChildren, causing extra items to get removed that should not be,
resulting in failures that manifest in different forms (assertions, asan
failures, ubsan failures, etc.).
2025-11-25 06:23:12 -05:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.