Skip to content

Commit 4050dc9

Browse files
committed
Re-add blank line
1 parent 3957b6c commit 4050dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5318,6 +5318,7 @@ InstructionCost
53185318
LoopVectorizationCostModel::getUniformMemOpCost(Instruction *I,
53195319
ElementCount VF) {
53205320
assert(Legal->isUniformMemOp(*I, VF));
5321+
53215322
Type *ValTy = getLoadStoreType(I);
53225323
auto *VectorTy = cast<VectorType>(toVectorTy(ValTy, VF));
53235324
const Align Alignment = getLoadStoreAlignment(I);

0 commit comments

Comments
 (0)