llvm-6502/test/CodeGen
Jakob Stoklund Olesen 7824152557 Only update regunit live ranges that have been precomputed.
Regunit live ranges are computed on demand, so when mi-sched calls
handleMove, some regunits may not have live ranges yet.

That makes updating them easier: Just skip the non-existing ranges. They
will be computed correctly from the rescheduled machine code when they
are needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158831 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-20 18:00:57 +00:00
..
ARM Add DAG-combines for aggressive FMA formation. 2012-06-19 22:51:23 +00:00
CellSPU
CPP
Generic Fix test case to work on ARM. 2012-06-11 16:01:14 +00:00
Hexagon
MBlaze
Mips 1. introduce MipsPat in place of Pat in order to exclude those from 2012-06-14 21:03:23 +00:00
MSP430
NVPTX
PowerPC Add support for generating reg+reg (indexed) pre-inc loads on PPC. 2012-06-20 15:43:03 +00:00
SPARC
Thumb
Thumb2
X86 Only update regunit live ranges that have been precomputed. 2012-06-20 18:00:57 +00:00
XCore Fix pattern for MKMSK instruction. 2012-06-13 17:59:12 +00:00