Files
llvm-project/llvm/test/Transforms/SampleProfile/Inputs
Rose Hudson a33654b60b [SampleProf] test that calls to function aliases get profile info (#169355)
When a call is made to a function alias, in
SampleProfileLoader::generateMDProfMetadata we look up the actual call
target name in the profile to resolve the alias, in the same way as we
do for indirect calls. Add a test for this so we don't lose profile info
on these calls some day.
2026-01-13 13:22:20 +00:00
..