"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "39c06b3b231cb3d971a6825f5b998a93339af3c9"
Add the PPC fcpsgn instruction
Modern PPC cores support a floating-point copysign instruction, and we can use this to lower the FCOPYSIGN node (which is created from calls to the libm copysign function). A couple of extra patterns are necessary because the operand types of FCOPYSIGN need not agree. llvm-svn: 188653
Loading
Please register or sign in to comment