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 0aacc21 commit b44b349Copy full SHA for b44b349
mlir/lib/Dialect/ArmSVE/Transforms/LegalizeForLLVMExport.cpp
@@ -117,7 +117,7 @@ struct SvboolConversionOpLowering : public ConvertOpToLLVMPattern<Op> {
117
auto extractOrInsertPosition = ArrayRef(index).drop_back();
118
auto sourceVector = rewriter.create<vector::ExtractOp>(
119
loc, source, extractOrInsertPosition);
120
- auto convertedType =
+ VectorType convertedType =
121
VectorType::Builder(llvm::cast<VectorType>(sourceVector.getType()))
122
.setDim(0, resultType.getShape().back());
123
auto convertedVector =
0 commit comments