[PowerPC] Add handling for conversions to fast-isel.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 30 Aug 2013 15:18:11 +0000 (15:18 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 30 Aug 2013 15:18:11 +0000 (15:18 +0000)
commit9bc94276e796d644cb425a7c7d38cc44dbf4e9c1
treed294503b8a5692ef83cd100c8133c4fb39f8e10c
parent2cc396bfb06a8e4df2fae6450277e7a05ebf6e4b
[PowerPC] Add handling for conversions to fast-isel.

Yet another chunk of fast-isel code.  This one handles various
conversions involving floating-point.  (It also includes some
miscellaneous handling throughout the back end for LWA_32 and LWAX_32
that should have been part of the load-store patch.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189677 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
test/CodeGen/PowerPC/fast-isel-conversion.ll [new file with mode: 0644]