mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
fix most regressions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fce587e58b
commit
ba5dc44b00
@ -1289,7 +1289,8 @@ unsigned AlphaISel::SelectExpr(SDOperand N) {
|
||||
}
|
||||
|
||||
if ((DestType == MVT::f64 || DestType == MVT::f32)
|
||||
&& opcode != ISD::CALL && opcode != ISD::TAILCALL)
|
||||
&& opcode != ISD::CALL && opcode != ISD::TAILCALL
|
||||
&& opcode != ISD::CopyFromReg && opcode != ISD::LOAD)
|
||||
return SelectExprFP(N, Result);
|
||||
|
||||
switch (opcode) {
|
||||
|
Loading…
Reference in New Issue
Block a user