mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 06:00:30 +00:00
fix formatting; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
334f714ef9
commit
8ce3284288
@ -30913,7 +30913,7 @@ static SDValue combineFneg(SDNode *N, SelectionDAG &DAG,
|
||||
}
|
||||
|
||||
static SDValue lowerX86FPLogicOp(SDNode *N, SelectionDAG &DAG,
|
||||
const X86Subtarget &Subtarget) {
|
||||
const X86Subtarget &Subtarget) {
|
||||
EVT VT = N->getValueType(0);
|
||||
if (VT.is512BitVector() && !Subtarget.hasDQI()) {
|
||||
// VXORPS, VORPS, VANDPS, VANDNPS are supported only under DQ extention.
|
||||
|
Loading…
Reference in New Issue
Block a user