Skip to content

Commit c23146f

Browse files
preameslukel97
andauthored
Update llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Co-authored-by: Luke Lau <[email protected]>
1 parent bca81fa commit c23146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11543,7 +11543,7 @@ SDValue RISCVTargetLowering::lowerVECTOR_DEINTERLEAVE(SDValue Op,
1154311543
EVT NewVT = VT.getDoubleNumVectorElementsVT();
1154411544
SDValue ZeroIdx = DAG.getVectorIdxConstant(0, DL);
1154511545
Src = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, NewVT, Src, ZeroIdx);
11546-
// Freeze the source so we can increase it's use count.
11546+
// Freeze the source so we can increase its use count.
1154711547
Src = DAG.getFreeze(Src);
1154811548
SDValue Even = lowerVZIP(RISCVISD::RI_VUNZIP2A_VL, Src,
1154911549
DAG.getUNDEF(NewVT), DL, DAG, Subtarget);

0 commit comments

Comments
 (0)