mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Floating point instructions like Floating point registers
llvm-svn: 19856
This commit is contained in:
parent
67328d7fac
commit
55eadc4772
@ -333,7 +333,7 @@ unsigned ISel::SelectExpr(SDOperand N) {
|
||||
if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N)) {
|
||||
if (CN->isExactlyValue(+0.0) ||
|
||||
CN->isExactlyValue(-0.0)) {
|
||||
BuildMI(BB, Alpha::CPYS, 2, Result).addReg(R31).addReg(R31);
|
||||
BuildMI(BB, Alpha::CPYS, 2, Result).addReg(Alpha::F31).addReg(Alpha::F31);
|
||||
} else {
|
||||
abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user