Skip to content

Commit a15cc05

Browse files
committed
Address review comment
1 parent 99c6c2a commit a15cc05

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
@@ -10780,7 +10780,7 @@ SDValue RISCVTargetLowering::lowerVECTOR_DEINTERLEAVE(SDValue Op,
1078010780
SDValue EvenMask =
1078110781
DAG.getSetCC(DL, MaskVT, ZeroOnes, DAG.getConstant(0, DL, IdxVT),
1078210782
ISD::CondCode::SETEQ);
10783-
// Have the later be the not of the former to minimize the live range of
10783+
// Have the latter be the not of the former to minimize the live range of
1078410784
// the index vector since that might be large.
1078510785
SDValue OddMask = DAG.getLogicalNOT(DL, EvenMask, MaskVT);
1078610786

0 commit comments

Comments
 (0)