Skip to content

Commit

Permalink
[AArch64] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Mar 16, 2020
1 parent 2d723d4 commit 05ff332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 05ff332

Please sign in to comment.