We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3957b6c commit 4050dc9Copy full SHA for 4050dc9
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -5318,6 +5318,7 @@ InstructionCost
5318
LoopVectorizationCostModel::getUniformMemOpCost(Instruction *I,
5319
ElementCount VF) {
5320
assert(Legal->isUniformMemOp(*I, VF));
5321
+
5322
Type *ValTy = getLoadStoreType(I);
5323
auto *VectorTy = cast<VectorType>(toVectorTy(ValTy, VF));
5324
const Align Alignment = getLoadStoreAlignment(I);
0 commit comments