Bitcasts between FP and INT values using direct moves
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Dec 2015 14:50:34 +0000 (14:50 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Dec 2015 14:50:34 +0000 (14:50 +0000)
commit21258ed0805fc1baac4ea1a44c9a61bc090825e4
tree5f5f78e8f999cdd0fdf7d32bb00a15b6e6bd4f51
parent22bb8f5964256f220b9cfdeb48e58964580ed6d5
Bitcasts between FP and INT values using direct moves

This patch corresponds to review:
http://reviews.llvm.org/D15286

This patch was meant to land in revision 255246, but I accidentally uploaded
the patch that corresponds to http://reviews.llvm.org/D15372 in that revision
accidentally.

Thereby, this patch is the actual Bitcasts using direct moves patch, whereas
http://reviews.llvm.org/rL255246 actually corresponds to
http://reviews.llvm.org/D15372.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCVSXCopy.cpp
test/CodeGen/PowerPC/bitcasts-direct-move.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp128-bitcast-after-operation.ll