llvm
51dd3ec1 - [MLIR][OpenMP] Bail early in sortMapIndices if indices are the same (#169474)

Commit
184 days ago
[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.).
Parents
Loading