llvm-project/llvm/test/Transforms/DeadArgElim
Matthijs Kooijman e0f3ab82c4 Restructure dead argument elimination, try #3 :-)
Rewrite the DeadArgumentElimination pass, to use a more explicit tracking of
dependencies between return values and/or arguments. Also make the handling of
arguments and return values the same.

The pass now looks properly inside returned structs, but only at the first
level (ie, not inside nested structs).

This version fixed a few more bugs and was cleaned up a bit. It now passes all
of LLVM's testing, and should still pass SPEC2006. There is still a minor bug
with regard to returning nested structs. Since there is currently nothing that
emits such IR, I will fix that in a seperate commit (partly because it requires
a non-trivial fix).

llvm-svn: 53400
2008-07-10 10:24:08 +00:00
..
2006-06-27-struct-ret.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2007-02-07-FuncRename.ll For PR1319: 2007-04-15 08:30:33 +00:00
2007-10-18-VarargsReturn.ll Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by 2007-10-18 18:49:29 +00:00
2007-12-20-ParamAttrs.ll Store the result of multiple identical run lines in a temporary file. 2008-06-16 12:21:25 +00:00
2008-01-16-VarargsParamAttrs.ll Test case for varargs parameter attribute issue I just fixed. 2008-01-17 07:26:31 +00:00
2008-06-23-DeadAfterLive.ll Commit the new DeadArgElim pass again, this time with the gcc bootstrap failures fixed. 2008-06-24 16:30:26 +00:00
basictest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
dead_vaargs.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
deadretval.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
deadretval2.ll Commit the new DeadArgElim pass again, this time with the gcc bootstrap failures fixed. 2008-06-24 16:30:26 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
keepalive.ll Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't touch. 2008-06-20 15:38:22 +00:00
multdeadretval.ll Restructure dead argument elimination, try #3 :-) 2008-07-10 10:24:08 +00:00