mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-30 05:24:22 +00:00
Tidy up spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -14457,8 +14457,8 @@ static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
|
|||||||
// 128-bit ones. If in the future the cost becomes only one memory access the
|
// 128-bit ones. If in the future the cost becomes only one memory access the
|
||||||
// first version would be better.
|
// first version would be better.
|
||||||
if (VT.getSizeInBits() == 256 &&
|
if (VT.getSizeInBits() == 256 &&
|
||||||
StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
|
StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
|
||||||
StoredVal.getNumOperands() == 2) {
|
StoredVal.getNumOperands() == 2) {
|
||||||
|
|
||||||
SDValue Value0 = StoredVal.getOperand(0);
|
SDValue Value0 = StoredVal.getOperand(0);
|
||||||
SDValue Value1 = StoredVal.getOperand(1);
|
SDValue Value1 = StoredVal.getOperand(1);
|
||||||
|
Reference in New Issue
Block a user