[llvm] [PGO] Don't unconditionally request BBInfo in verifyFuncBFI() (PR #140804)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 11:25:50 PDT 2025


https://github.com/mtrofin approved this pull request.

lgtm

one alternative would be to DCE unreachable BBs as a prelude to instrumentation. But this patch could be OK too.

I'm curious, how did we end up with unreachable BBs at this stage anyway? The early inliner?

https://github.com/llvm/llvm-project/pull/140804


More information about the llvm-commits mailing list