Add support for sign-extending non-legal types in SelectSIToFP().
authorChad Rosier <mcrosier@apple.com>
Thu, 3 Nov 2011 02:04:59 +0000 (02:04 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 3 Nov 2011 02:04:59 +0000 (02:04 +0000)
commit463fe24f1dd5132607abb3548a2acb1849e9aa99
tree6565bfb57123cab8f563a4a3d82d94c28d5c476d
parentd1ffc739c1f88352c79a63ff17b828b3a529777e
Add support for sign-extending non-legal types in SelectSIToFP().

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