[all-commits] [llvm/llvm-project] f69650: [BFI] Revert use of append_range (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 18 10:00:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f696508b38d1958aac5992a98a90fe6e773e8709
https://github.com/llvm/llvm-project/commit/f696508b38d1958aac5992a98a90fe6e773e8709
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
Log Message:
-----------
[BFI] Revert use of append_range (NFC)
This is a partial revert of #136066, which introduced a compile-time
regression. SmallVector::insert() computes the PostOrderIterator
twice in order to call reserve().
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