[llvm] [TypeMetadataUtil][CallPromtionUtil]Add utility function getFunctionAtVTableOffset that finds functions through alias. Use it in CallPromotionUtils which didn't promote aliasee previously (PR #80736)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 14:00:23 PST 2024
================
@@ -1071,12 +1071,10 @@ bool DevirtModule::tryFindVirtualCallTargets(
if (!Ptr)
----------------
teresajohnson wrote:
Shouldn't this earlier call to getPointerAtOffset be removed now?
https://github.com/llvm/llvm-project/pull/80736
More information about the llvm-commits
mailing list