[all-commits] [llvm/llvm-project] 646e25: [BitcodeReader] Convert pair to triple in preparat...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Wed Oct 19 13:35:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 646e25d05146d2f0d517364cf78a6fa68d77bf71
      https://github.com/llvm/llvm-project/commit/646e25d05146d2f0d517364cf78a6fa68d77bf71
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp

  Log Message:
  -----------
  [BitcodeReader] Convert pair to triple in preparation for MemProf (NFC)

Extracted from D135714 which adds summary support for MemProf. We will
need a 3rd tuple member in the ValueIdToValueInfoMap, this patch makes a
number of NFC changes to the existing clients of that map to reflect the
conversion of pair to tuple.




More information about the All-commits mailing list