[llvm] [profcheck] Require `unknown` metadata have an origin parameter (PR #157594)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 12:22:57 PDT 2025
================
@@ -1495,7 +1495,7 @@ void DevirtModule::tryICallBranchFunnel(
if (!JT->getEntryCount().has_value()) {
// FIXME: we could pass through thinlto the necessary information.
- setExplicitlyUnknownFunctionEntryCount(*JT);
+ setExplicitlyUnknownFunctionEntryCount(*JT, DEBUG_TYPE);
----------------
mtrofin wrote:
They can add whatever string they want to instead (or this will be when we add DEBUG_TYPE to them 😄 )
https://github.com/llvm/llvm-project/pull/157594
More information about the llvm-commits
mailing list