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 8d3e102 commit ba8a2adCopy full SHA for ba8a2ad
llvm/lib/Target/DirectX/DXILOpLowering.cpp
@@ -41,7 +41,7 @@ static bool isVectorArgExpansion(Function &F) {
41
}
42
43
static SmallVector<Value *> populateOperands(Value *Arg, IRBuilder<> &Builder) {
44
- SmallVector<Value *, 4> ExtractedElements;
+ SmallVector<Value *> ExtractedElements;
45
auto *VecArg = dyn_cast<FixedVectorType>(Arg->getType());
46
for (unsigned I = 0; I < VecArg->getNumElements(); ++I) {
47
Value *Index = ConstantInt::get(Type::getInt32Ty(Arg->getContext()), I);
0 commit comments