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
..
2013-03-01 18:40:30 +00:00
2013-01-30 00:26:49 +00:00
2013-01-30 00:26:49 +00:00
2013-01-30 00:26:49 +00:00