parent
6061b05d51
commit
adc6bca2dd
|
|
@ -9787,9 +9787,9 @@ static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
|
||||||
return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
|
return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// PerformShuffleCombine - Detect vector gather/scatter index generation
|
/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
|
||||||
/// and convert it from being a bunch of shuffles and extracts to a simple
|
/// generation and convert it from being a bunch of shuffles and extracts
|
||||||
/// store and scalar loads to extract the elements.
|
/// to a simple store and scalar loads to extract the elements.
|
||||||
static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
|
static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
|
||||||
const TargetLowering &TLI) {
|
const TargetLowering &TLI) {
|
||||||
SDValue InputVector = N->getOperand(0);
|
SDValue InputVector = N->getOperand(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue