llvm-6502/test/CodeGen
Bill Wendling ad5c880892 Re-enable the CMN instruction.
We turned off the CMN instruction because it had semantics which we weren't
getting correct. If we are comparing with an immediate, then it's okay to use
the CMN instruction.
<rdar://problem/7569620>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158302 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-11 08:07:26 +00:00
..
ARM Re-enable the CMN instruction. 2012-06-11 08:07:26 +00:00
CellSPU
CPP
Generic Don't run RAFast in the optimizing regalloc pipeline. 2012-06-08 23:15:12 +00:00
Hexagon
MBlaze
Mips Add a test case for mips64 unaligned load/store instructions. 2012-06-04 17:57:06 +00:00
MSP430
NVPTX
PowerPC Enable ILP scheduling for all nodes by default on PPC. 2012-06-10 19:32:29 +00:00
SPARC
Thumb
Thumb2
X86 Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as an argument. 2012-06-09 16:46:13 +00:00
XCore