[BitcodeReader] Convert pair to triple in preparation for MemProf (NFC)
authorTeresa Johnson <tejohnson@google.com>
Wed, 19 Oct 2022 18:39:10 +0000 (11:39 -0700)
committerTeresa Johnson <tejohnson@google.com>
Wed, 19 Oct 2022 20:34:30 +0000 (13:34 -0700)
commit646e25d05146d2f0d517364cf78a6fa68d77bf71
treeca74a183209f966ca4db2528a9551dabfa0b4a14
parent6beac40fe40c1410aa3aa2cf4e25e2a922faa4de
[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.
llvm/lib/Bitcode/Reader/BitcodeReader.cpp