[PATCH] D56117: [ThinLTO] Scan all variants of vague symbol for reachability.
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 19:14:54 PST 2018
trentxintong created this revision.
trentxintong added reviewers: tejohnson, grimar.
Herald added subscribers: dexonsmith, steven_wu, eraman, inglorion, mehdi_amini.
Alias can make one (but not all) live, we still need to scan all others if this symbol is reachable
from somewhere else.
Repository:
rL LLVM
https://reviews.llvm.org/D56117
Files:
lib/Transforms/IPO/FunctionImport.cpp
test/ThinLTO/X86/Inputs/deadstrip.ll
test/ThinLTO/X86/deadstrip.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56117.179597.patch
Type: text/x-patch
Size: 4248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181228/a20170ec/attachment.bin>
More information about the llvm-commits
mailing list