mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Reapply Fix comment
llvm-svn: 113006
This commit is contained in:
parent
26e0e964ab
commit
9635a81d34
@ -9698,9 +9698,9 @@ static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
|
||||
return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
|
||||
}
|
||||
|
||||
/// PerformShuffleCombine - Detect vector gather/scatter index generation
|
||||
/// and convert it from being a bunch of shuffles and extracts to a simple
|
||||
/// store and scalar loads to extract the elements.
|
||||
/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
|
||||
/// generation and convert it from being a bunch of shuffles and extracts
|
||||
/// to a simple store and scalar loads to extract the elements.
|
||||
static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
|
||||
const TargetLowering &TLI) {
|
||||
SDValue InputVector = N->getOperand(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user