[PowerPC] Mark FCOPYSIGN legal for FP vectors
commit4044bf9b0d29be1130a22265e44686332c11bc1f
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 26 Jun 2019 01:48:57 +0000 (26 01:48 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 26 Jun 2019 01:48:57 +0000 (26 01:48 +0000)
tree7bf4f5b69c34e467d7d44710dc17310dfc82f660
parent0d23e8b50415ea0841a4d0185b51c1bae69d2c49
[PowerPC] Mark FCOPYSIGN legal for FP vectors

This was just an omission in the back end. We have had the instructions for both
single and double precision for a few HW generations, but never got around to
legalizing these.

Differential revision: https://reviews.llvm.org/D63634

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/vector-copysign.ll [new file with mode: 0644]