[llvm] [BOLT] Handle internal calls in ValidateInternalCalls (PR #105736)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 09:22:39 PDT 2024
https://github.com/aaupov approved this pull request.
LG.
However this change is at odds with #90804 that should speed up ValidateInternalCalls. We have the information we need in disassembleFunction so running the analysis again is wasteful.
https://github.com/llvm/llvm-project/pull/105736
More information about the llvm-commits
mailing list