[llvm] [CallPromotionUtil] See through function alias when devirtualizing a virtual call on an alloca. (PR #80736)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 15:55:14 PST 2024
================
@@ -1071,12 +1071,10 @@ bool DevirtModule::tryFindVirtualCallTargets(
if (!Ptr)
----------------
minglotus-6 wrote:
ah good catch. done.
https://github.com/llvm/llvm-project/pull/80736
More information about the llvm-commits
mailing list