llvm-6502/test/CodeGen
Akira Hatanaka ee767fe2d2 [mips] Fix inefficient code generation.
This patch eliminates the need to emit a constant move instruction when this
pattern is matched:

(select (setgt a, Constant), T, F)

The pattern above effectively turns into this:

(conditional-move (setlt a, Constant + 1), F, T)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176384 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-01 21:52:08 +00:00
..
AArch64 AArch64: be more careful resorting to inefficient addressing for weak vars. 2013-02-28 14:36:31 +00:00
ARM Generate an error message instead of asserting or segfaulting when we can't 2013-03-01 19:12:05 +00:00
CPP
Generic
Hexagon Hexagon: Add constant extender support framework. 2013-03-01 17:37:13 +00:00
MBlaze
Mips [mips] Fix inefficient code generation. 2013-03-01 21:52:08 +00:00
MSP430
NVPTX
PowerPC Fix PR15332 (patch by Florian Zeitz). 2013-02-26 21:28:57 +00:00
R600 R600/SI: fix sampler tests after fixing wait insertions 2013-03-01 17:39:05 +00:00
SI
SPARC
Thumb Rewrite a test to count emitted instructions without using -stats 2013-03-01 21:34:37 +00:00
Thumb2 Make ARMAsmPrinter generate the correct alignment specifier syntax in instructions. 2013-02-22 10:01:33 +00:00
X86 Add regression tests (WORKSFORME) 2013-03-01 19:23:37 +00:00
XCore