llvm-project
bda02096 - [ProfileData] Add InstrProfWriter::writeBinaryIds (NFC) (#118754)

Commit
1 year ago
[ProfileData] Add InstrProfWriter::writeBinaryIds (NFC) (#118754) The patch makes InstrProfWriter::writeImpl less monolithic by adding InstrProfWriter::writeBinaryIds to serialize binary IDs. This way, InstrProfWriter::writeImpl can simply call the new function instead of handling all the details within writeImpl.
Parents
Loading