Skip to content

Commit f58cc3a

Browse files
committed
clang-format
1 parent 3badd33 commit f58cc3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,12 @@ bool RISCVTargetLowering::lowerInterleavedStore(Instruction *Store,
305305
// Note: Same VL as above, but i32 not xlen due to signature of
306306
// vp.strided.store
307307
VL = Builder.CreateElementCount(Builder.getInt32Ty(),
308-
VTy->getElementCount());
308+
VTy->getElementCount());
309309

310-
CallInst *CI = Builder.CreateIntrinsic(
311-
Intrinsic::experimental_vp_strided_store,
312-
{VTy, BasePtr->getType(), Stride->getType()},
313-
{Data, BasePtr, Stride, LaneMask, VL});
310+
CallInst *CI =
311+
Builder.CreateIntrinsic(Intrinsic::experimental_vp_strided_store,
312+
{VTy, BasePtr->getType(), Stride->getType()},
313+
{Data, BasePtr, Stride, LaneMask, VL});
314314
Alignment = commonAlignment(Alignment, Index * ScalarSizeInBytes);
315315
CI->addParamAttr(1,
316316
Attribute::getWithAlignment(CI->getContext(), Alignment));

0 commit comments

Comments
 (0)