llvm-6502/test/Transforms/IPConstantProp
Matthijs Kooijman 906e423724 Learn IPConstProp to look at individual return values and propagate them
individually.

Also learn IPConstProp how returning first class aggregates work, in addition
to old style multiple return instructions.

Modify the return-constants testscase to confirm this behaviour.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52396 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-17 12:02:52 +00:00
..
2008-06-09-WeakProp.ll Fix PR2411, where ip constant prop would propagate the 2008-06-09 07:58:07 +00:00
deadarg.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
recursion.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
return-constant.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
return-constants.ll Learn IPConstProp to look at individual return values and propagate them 2008-06-17 12:02:52 +00:00