mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
combine predicates; NFCI
llvm-svn: 250075
This commit is contained in:
@@ -25736,10 +25736,7 @@ static SDValue PerformSExtCombine(SDNode *N, SelectionDAG &DAG,
|
||||
}
|
||||
}
|
||||
|
||||
if (!Subtarget->hasFp256())
|
||||
return SDValue();
|
||||
|
||||
if (VT.isVector() && VT.getSizeInBits() == 256)
|
||||
if (Subtarget->hasAVX() && VT.isVector() && VT.getSizeInBits() == 256)
|
||||
if (SDValue R = WidenMaskArithmetic(N, DAG, DCI, Subtarget))
|
||||
return R;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user