llvm-6502/lib/Transforms
Matthijs Kooijman eb32b453b3 Make deadargelim a bit less smart, so it doesn't choke on nested structs as
return values that are still (partially) live. Instead of updating all uses of
a call instruction after removing some elements, it now just rebuilds the
original struct (With undef gaps where the unused values were) and leaves it to
instcombine to clean this up.

The added testcase still fails currently, but this is due to instcombine which
isn't good enough yet. I will fix that part next.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53608 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-15 14:03:10 +00:00
..
Hello Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Instrumentation Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to 2008-05-23 21:05:58 +00:00
IPO Make deadargelim a bit less smart, so it doesn't choke on nested structs as 2008-07-15 14:03:10 +00:00
Scalar Fix uninitialized use of the Changed variable. 2008-07-14 17:55:01 +00:00
Utils Reapply r53540, now with the matching header! 2008-07-14 17:32:59 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00