[AArch64] Remove unused variable
This commit is contained in:
parent
2d723d4ad5
commit
05ff3323e0
|
|
@ -12711,7 +12711,6 @@ static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG,
|
|||
// immediates outside that range and non-immediate scalar offsets use SST1 or
|
||||
// SST1_UXTW instead.
|
||||
if (Opcode == AArch64ISD::SST1_IMM) {
|
||||
ConstantSDNode *OffsetConst = dyn_cast<ConstantSDNode>(Offset.getNode());
|
||||
if (!isValidImmForSVEVecImmAddrMode(Offset,
|
||||
SrcVT.getScalarSizeInBits() / 8)) {
|
||||
if (MVT::nxv4i32 == Base.getValueType().getSimpleVT().SimpleTy)
|
||||
|
|
|
|||
Loading…
Reference in New Issue