[all-commits] [llvm/llvm-project] e3076c: [NFC][IR] Use emplace instead of insert (#130360)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Mar 7 14:57:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3076c6f3df8e5611406426f6c93b38c8a721a4b
https://github.com/llvm/llvm-project/commit/e3076c6f3df8e5611406426f6c93b38c8a721a4b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[NFC][IR] Use emplace instead of insert (#130360)
Preparation for for CFI Index refactoring,
which will fix O(N^2) in ThinLTO indexing.
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