Fix codegen of conditional move of immediates. We were not making use of the immediat...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 20 Nov 2009 00:54:03 +0000 (00:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 20 Nov 2009 00:54:03 +0000 (00:54 +0000)
commit9ef4835bd879e1baa5f59619b958cae57d516481
treea92c5b03466fc6a72adc55458cc67c6135576bbe
parent8783e401a3ad187dcd0f306153f9339f7270621d
Fix codegen of conditional move of immediates. We were not making use of the immediate forms of cmov instructions at all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
test/CodeGen/ARM/remat.ll
test/CodeGen/ARM/select-imm.ll [new file with mode: 0644]