[PATCH] D154119: Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 14:15:40 PDT 2023


dexonsmith added a comment.

In D154119#4638649 <https://reviews.llvm.org/D154119#4638649>, @oskarwirga wrote:

> ping

Looks like you're still breaking strict-weak ordering. Is there a reason that's not a problem?

In particular, is it somehow guaranteed that the comparator is never used in a sorting function (where it would lead to undefined behaviour)? If so, how?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154119/new/

https://reviews.llvm.org/D154119



More information about the llvm-commits mailing list