[llvm-branch-commits] [llvm] [llvm][IR] Treat memcmp and bcmp as libcalls (PR #135706)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 15 09:29:39 PDT 2025


ilovepi wrote:

I think that any function that can get added after you've potentially deleted its definition needs to be handled the same way, otherwise you can end up w/ the same kind of bugs. Adding all the functions from BuildLibCalls.h seems roughly correct, since I don't recall running into anything that fails this way that isn't either on that list or in the list of RuntimeLibcalls.

https://github.com/llvm/llvm-project/pull/135706


More information about the llvm-branch-commits mailing list