mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
80-col
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e3100afef
commit
b39a552949
@ -17430,7 +17430,8 @@ static SDValue performVZEXTCombine(SDNode *N, SelectionDAG &DAG,
|
||||
if (In.getOpcode() != X86ISD::VZEXT)
|
||||
return SDValue();
|
||||
|
||||
return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0), In.getOperand(0));
|
||||
return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0),
|
||||
In.getOperand(0));
|
||||
}
|
||||
|
||||
SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
|
||||
|
Loading…
x
Reference in New Issue
Block a user