llvm-6502/test/CodeGen
Bob Wilson fe61fb1e10 Add a new pass on machine instructions to optimize away PHI cycles that
reduce down to a single value.  InstCombine already does this transformation
but DAG legalization may introduce new opportunities.  This has turned out to
be important for ARM where 64-bit values are split up during type legalization:
InstCombine is not able to remove the PHI cycles on the 64-bit values but
the separate 32-bit values can be optimized.  I measured the compile time 
impact of this (running llc on 176.gcc) and it was not significant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95951 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-12 01:30:21 +00:00
..
Alpha
ARM Delete dead PHI machine instructions. These can be created due to type 2010-02-10 22:58:57 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic move tests that depend on the x86 backend out of codegen/generic, 2010-02-09 06:41:03 +00:00
Mips
MSP430
PIC16
PowerPC Fix alignment on ppc linux. This fixes the build of crtend.o 2010-02-06 03:32:21 +00:00
SPARC add support for the sparcv9-*-* target triple to turn on 2010-02-04 06:34:01 +00:00
SystemZ
Thumb
Thumb2 Add a new pass on machine instructions to optimize away PHI cycles that 2010-02-12 01:30:21 +00:00
X86 Reapply coalescer fix for better cross-class coalescing. 2010-02-11 23:55:29 +00:00
XCore convert the last 3 targets to use EmitFunctionBody() now that 2010-01-28 06:22:43 +00:00