[all-commits] [llvm/llvm-project] a1062d: [profcheck] Print the function name in the error (...
Alan Zhao via All-commits
all-commits at lists.llvm.org
Thu Jan 22 10:10:14 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1062d98bbce2af9f6ef8f85837f40b523ee1f3f
https://github.com/llvm/llvm-project/commit/a1062d98bbce2af9f6ef8f85837f40b523ee1f3f
Author: Alan Zhao <ayzhao at google.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/ProfileVerify.cpp
M llvm/test/Transforms/PGOProfile/prof-verify-no-entrycount.ll
M llvm/test/Transforms/PGOProfile/prof-verify.ll
M llvm/test/Transforms/PGOProfile/profcheck-llvm.global_ctors.ll
M llvm/test/Transforms/PGOProfile/profcheck-select.ll
Log Message:
-----------
[profcheck] Print the function name in the error (#177264)
This is helpful for tests with a lot of test cases and grepping for
instructions with missing profile data isn't feasible because it doesn't
account for things like vectors which are exempt.
Tracking issue: #147390
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