mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-17 15:38:40 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f3c326786
commit
49b446fa0a
@ -6859,7 +6859,7 @@ ARMTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
|
|||||||
RSBBB->addSuccessor(SinkBB);
|
RSBBB->addSuccessor(SinkBB);
|
||||||
|
|
||||||
// insert a cmp at the end of BB
|
// insert a cmp at the end of BB
|
||||||
AddDefaultPred(BuildMI(BB, dl,
|
AddDefaultPred(BuildMI(BB, dl,
|
||||||
TII->get(isThumb2 ? ARM::t2CMPri : ARM::CMPri))
|
TII->get(isThumb2 ? ARM::t2CMPri : ARM::CMPri))
|
||||||
.addReg(ABSSrcReg).addImm(0));
|
.addReg(ABSSrcReg).addImm(0));
|
||||||
|
|
||||||
@ -7678,7 +7678,7 @@ static SDValue PerformSTORECombine(SDNode *N,
|
|||||||
if (St->isVolatile())
|
if (St->isVolatile())
|
||||||
return SDValue();
|
return SDValue();
|
||||||
|
|
||||||
// Optimize trunc store (of multiple scalars) to shuffle and store. First,
|
// Optimize trunc store (of multiple scalars) to shuffle and store. First,
|
||||||
// pack all of the elements in one place. Next, store to memory in fewer
|
// pack all of the elements in one place. Next, store to memory in fewer
|
||||||
// chunks.
|
// chunks.
|
||||||
SDValue StVal = St->getValue();
|
SDValue StVal = St->getValue();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user