[llvm] [SimpleLoopUnswitch] Don't use BlockFrequencyInfo to skip cold loops (PR #159522)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 01:45:23 PDT 2025
nikic wrote:
This only works if the whole function is cold, not if there is a cold loop inside a hot function, right?
https://github.com/llvm/llvm-project/pull/159522
More information about the llvm-commits
mailing list