Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ RISCVLoadStoreOpt::mergePairedInsns(MachineBasicBlock::iterator I,
// instruction, which we're not considering for further action anyway. For the
// Xqcilsm load/store, we may not want to do this as the second instruction
// could possibly be the first in another pair if we do not merge here. This
// is handled is the else block after the call to tryConvertToLdStPair below.
// is handled in the else block after the call to tryConvertToLdStPair below.
if (NextI == Paired)
NextI = next_nodbg(NextI, E);

Expand Down