1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/GlobalDCE
David Majnemer d4258dce35 [GlobalDCE, Misc] Don't remove functions referenced by ifuncs
We forgot to consider the target of ifuncs when considering if a
function was alive or dead.

N.B. Also update a few auxiliary tools like bugpoint and
verify-uselistorder.

This fixes PR27593.

llvm-svn: 268468
2016-05-04 00:20:48 +00:00
..
2002-07-17-CastRef.ll
2002-07-17-ConstantRef.ll
2002-08-17-FunctionDGE.ll [GlobalDCE] Modernize. Use FileCheck instead of grep. 2016-05-01 22:51:14 +00:00
2002-08-17-WorkListTest.ll [GlobalDCE] Modernize. Use FileCheck instead of grep. 2016-05-01 22:51:14 +00:00
2002-09-12-Redeletion.ll
2003-07-01-SelfReference.ll [GlobalDCE] Modernize. Use FileCheck instead of grep. 2016-05-01 22:51:14 +00:00
2003-10-09-PreserveWeakGlobals.ll [GlobalDCE] Modernize. Use FileCheck instead of grep. 2016-05-01 22:51:14 +00:00
2009-01-05-DeadAliases.ll
2009-02-17-AliasUsesAliasee.ll
basicvariabletest.ll [IPO/GlobalDCE] Port to the new pass manager. 2016-05-03 19:39:15 +00:00
complex-constantexpr.ll
deadblockaddr.ll
externally_available.ll [GlobalDCE] Modernize. Use FileCheck instead of grep. 2016-05-01 22:51:14 +00:00
global_ctors_integration.ll
global_ctors.ll
global-ifunc.ll [GlobalDCE, Misc] Don't remove functions referenced by ifuncs 2016-05-04 00:20:48 +00:00
indirectbr.ll
pr20981.ll