[all-commits] [llvm/llvm-project] b9d981: [profcheck] Exclude `naked`, asm-only functions fr...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Nov 20 08:33:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9d98110e198c864616593966d1dadc79a606309
https://github.com/llvm/llvm-project/commit/b9d98110e198c864616593966d1dadc79a606309
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M llvm/lib/Transforms/Utils/ProfileVerify.cpp
A llvm/test/Transforms/PGOProfile/profcheck-exclusions.ll
Log Message:
-----------
[profcheck] Exclude `naked`, asm-only functions from profcheck (#168447)
We can't do anything meaningful to such functions: they aren't optimizable, and even if inlined, they would bring no code open to optimization.
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