Skip to content

Commit 31ee725

Browse files
committed
Formatting
1 parent 1fc5190 commit 31ee725

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30039,14 +30039,14 @@ SDValue AArch64TargetLowering::LowerFixedLengthVECTOR_SHUFFLEToSVE(
3003930039

3004030040
if (Subtarget->hasSVE2p1()) {
3004130041
if (std::optional<unsigned> Lane = isDUPQMask(ShuffleMask, VT)) {
30042-
SDValue IID = DAG.getConstant(Intrinsic::aarch64_sve_dup_laneq, DL,
30043-
MVT::i64);
30042+
SDValue IID =
30043+
DAG.getConstant(Intrinsic::aarch64_sve_dup_laneq, DL, MVT::i64);
3004430044
return convertFromScalableVector(
30045-
DAG, VT, DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL,
30046-
{ContainerVT, MVT::i64},
30047-
{IID, Op1,
30048-
DAG.getConstant(*Lane, DL, MVT::i64,
30049-
/*isTarget=*/true)}));
30045+
DAG, VT,
30046+
DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, {ContainerVT, MVT::i64},
30047+
{IID, Op1,
30048+
DAG.getConstant(*Lane, DL, MVT::i64,
30049+
/*isTarget=*/true)}));
3005030050
}
3005130051
}
3005230052
}

0 commit comments

Comments
 (0)