[llvm] [MemProf] Disable promotion to function declarations by default (PR #192335)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 13:53:48 PDT 2026
aeubanks wrote:
looks like the IRLinker already specially handles `!callee_type` specially at https://github.com/llvm/llvm-project/blob/2c56a63b4969be7c5938db6e7e085288224b8621/llvm/lib/Transforms/Utils/ValueMapper.cpp#L993, we could probably do something similar for `!inline_history`
https://github.com/llvm/llvm-project/pull/192335
More information about the llvm-commits
mailing list