Unverified Commit 19a62fbe authored by Oleg Shyshkov's avatar Oleg Shyshkov Committed by GitHub
Browse files

[OpenMP][MLIR] Fix llvm::sort comparator. (#91947)

llvm::sort requires the comparator to return `false` for equal elements,
otherwise it triggers `Your comparator is not a valid strict-weak
ordering` assert.
parent 3f0e1d4c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment