[all-commits] [llvm/llvm-project] f76f26: [MemProf] Fix incorrect VP metadata update during ...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Jun 4 13:59:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f76f26d9560356680da47bc9252df6283a14adad
      https://github.com/llvm/llvm-project/commit/f76f26d9560356680da47bc9252df6283a14adad
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2026-06-04 (Thu, 04 Jun 2026)

  Changed paths:
    M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
    A llvm/test/ThinLTO/X86/memprof-icp-metadata.ll

  Log Message:
  -----------
  [MemProf] Fix incorrect VP metadata update during ICP promotion (#201658)

Track unpromoted candidates explicitly when performing ICP during
MemProf
context disambiguation. Previously, the code assumed that the first N
candidates were always the ones promoted, which led to incorrect
metadata
on the fallback indirect call if a candidate was skipped (e.g. due to
missing definition or being illegal to promote).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list