[all-commits] [llvm/llvm-project] 0f1749: [CodeGen][NFC] Remove stray SDag BFI computation w...
Alexis Engelke via All-commits
all-commits at lists.llvm.org
Wed Jul 8 03:49:42 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f174998859cfaa48e848bb44400522acd0c4dc3
https://github.com/llvm/llvm-project/commit/0f174998859cfaa48e848bb44400522acd0c4dc3
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[CodeGen][NFC] Remove stray SDag BFI computation with NewPM (#208181)
This looks like an accident -- there's no need to compute the
BlockFrequencyInfo unconditionally and then discarding it. After this,
enabling the NewPM CodeGen pipeline is faster than the legacy PM.
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