Add support for encoding immediates in icmp and fcmp. Hopefully, this will
authorChad Rosier <mcrosier@apple.com>
Wed, 9 Nov 2011 03:22:02 +0000 (03:22 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 9 Nov 2011 03:22:02 +0000 (03:22 +0000)
commit2f2fe417f98406140504ba3bbb65676d4a00ed87
tree898a84ed50c12a923ed9cb83c021c8e4d229a910
parent44ee4714a8c245d4fdfd03840efcf58c3f66c6bc
Add support for encoding immediates in icmp and fcmp.  Hopefully, this will
remove a fair number of unnecessary materialized constants.
rdar://10412592

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
test/CodeGen/ARM/fast-isel-cmp-imm.ll [new file with mode: 0644]