llvm-6502/test/Transforms/ArgumentPromotion
Chris Lattner ab04e13a1f Fix arg promotion to propagate the correct attrs on the calls to
promoted functions.  This is important for varargs calls in 
particular.  Thanks to duncan for providing a great testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46108 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-17 01:17:03 +00:00
..
aggregate-promote.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
attrs.ll Fix arg promotion to propagate the correct attrs on the calls to 2008-01-17 01:17:03 +00:00
basictest.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
byval-2.ll add a test to ensure that argpromote of one argument doesn't 2008-01-15 22:38:12 +00:00
byval.ll Teach argpromote to ruthlessly hack small byval structs when it can 2008-01-11 22:31:41 +00:00
chained.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
control-flow2.ll PR1319: 2007-04-15 06:51:14 +00:00
control-flow.ll PR1319: 2007-04-15 06:51:14 +00:00
dg.exp PR1319: 2007-04-15 06:51:14 +00:00