[PATCH] D134300: [llvm] Handle dso_local_equivalent in FunctionComparator

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 12:07:14 PDT 2022


leonardchan added a comment.

@phosek feel free to add who you think is appropriate for reviewing this.

This is a conservative comparison of dso_local_equivalents where two are the same only if they point to the same underlying function. It could be argued that a `dso_local_equivalent @func` could be "the same" as just `@func`, but I think that can be argued/implemented separately. This is mainly for addressing the crash in pr51066.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134300



More information about the llvm-commits mailing list