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 64f5e2d commit c8fba49Copy full SHA for c8fba49
llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp
@@ -280,6 +280,7 @@ bool RISCVTargetLowering::lowerDeinterleaveIntrinsicToLoad(
280
return true;
281
}
282
283
+ Value *Return;
284
if (isa<FixedVectorType>(ResVTy)) {
285
Value *VL = Builder.CreateElementCount(XLenTy, ResVTy->getElementCount());
286
Value *Mask = Builder.getAllOnesMask(ResVTy->getElementCount());
0 commit comments