[AArch64] Reflow comment in AArch64IselLowering.cpp (NFC).

This commit is contained in:
Florian Hahn 2022-09-30 16:53:56 +01:00
parent c54bc8bd07
commit fe49ba84d3
No known key found for this signature in database
GPG Key ID: EEF712BB5E80EBBA
1 changed files with 3 additions and 1 deletions

View File

@ -18109,7 +18109,9 @@ static SDValue foldTruncStoreOfExt(SelectionDAG &DAG, SDNode *N) {
return SDValue();
}
// Perform TBI simplification if supported by the target and try to break up nontemporal loads larger than 256-bits loads for odd types so LDNPQ 256-bit load instructions can be selected.
// Perform TBI simplification if supported by the target and try to break up
// nontemporal loads larger than 256-bits loads for odd types so LDNPQ 256-bit
// load instructions can be selected.
static SDValue performLOADCombine(SDNode *N,
TargetLowering::DAGCombinerInfo &DCI,
SelectionDAG &DAG,