llvm-6502/test/CodeGen
Daniel Dunbar 3cc3283fcb ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed
comparison that would overflow.
 - The other under/overflow cases can't actually happen because the immediates
   which would trigger them are legal (so we don't enter this code), but
   adjusted the style to make it clear the transform is always valid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112053 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-25 16:58:05 +00:00
..
Alpha
ARM Add another basic test cribbed from the x86 fast-isel tests. 2010-08-25 07:57:29 +00:00
Blackfin
CBackend
CellSPU Fix SPU BE to use all the available return registers. 2010-08-24 11:50:48 +00:00
CPP
Generic
MBlaze
Mips
MSP430
PIC16
PowerPC
SPARC
SystemZ
Thumb
Thumb2 ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed 2010-08-25 16:58:05 +00:00
X86 Convert test to use filecheck and make it more specific 2010-08-25 01:47:16 +00:00
XCore